Header width change

Posted in: Newspaper
Post count: 3

i want full width logo (width 100% and height : 115 ) in header section. how to do that i upload a logo but its only take few space . http://www.weeklybornomala.com

Post count: 23312

Hello khabor,

I have checked your website and I inspected the size of your logo. As you can see, your original size for your logo is this -> http://screencast.com/t/h13sxSNams9 Also, I have noticed that you are using the Header Style 9, the template which displays the logo on full width -> Yes, it is correct your logo is displayed on full width but please notice that the size of your logo is too small, like this -> 300*43 px (width=300px and height=43px) and probably that’s why seems so small your logo. The theme does not enlarge your photo because the quality of it will be damaged. The only alternative in this regard would be to change your logo and replace it with another big one. I can give you some CSS for enlarging your logo but this will not bring the expected results.

Try the code below ->

.td-main-logo img {
width: 800px;
height: 115px;
}

The result you should see here -> http://screencast.com/t/rTcNDpmxM

Thanks for your understanding!

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