An image/little banner at the side of logo on header style 7

Posted in: Newsmag
Post count: 66

As in this image, how to add and image/little banner (220x80px) at one side of the logo, on header style 7?

Fz

Post count: 6535

Hi

First you need to replace the code from header-style-7.php with this one: http://pastebin.com/DHghLL1Mhttp://screencast.com/t/aQuTfCPtB Then you need to add this css in theme panel > custom code > custom css: http://screencast.com/t/1Zxhvv8UcfO

.img-left {
float: left;
width:20%;
padding-left: 10px;
padding-top: 10px;
}
.img-right{
float: right;
padding-right: 10px;
padding-top: 10px;
}
.td-header-style-7 .td-header-sp-logo{
width: 60%;
}

Let me know how it goes.
Thanks!

Post count: 66

It seems like it could work. Thank you very much Andrei, I will give it a try and report back.

Regards,
Felipe Z.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.