Expanding the header to the same width as the middle Menu bar

Posted in: Newspaper
Post count: 10

Hi,

Can someone please give me the step-by-step instructions on how I can expand the image header (where the advertisement goes) to the same width as the menu bar?

currently the menu bar extends about 3-4cm longer on the left and right side, and it doesn’t look as good as if they were lined up and the same length.

thanks

here is my site for reference http://stouffvillesoccer.org/

  • This topic was modified 10 years by WSSC_info.
Post count: 23312

Hello WSSC_info,

If you want to do these changes, please notice that you will have to use a bit of CSS code to achieve that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-main-logo img {
margin-left: 0px;
margin-right: 0px;
width: 100%;
}

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

Thanks for your message!

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