Can't create fake full-width top menus by coloring the outer wrappers in 6.1

Posted in: Newspaper
Post count: 35

I tried to create fake full-width top menus and footer-subfooter using css to add color to the external wrapper divs but this is no longer working in the new theme (6.x). How can we still achieve it without removing the site background color or image ?

Thanks !

  • This topic was modified 11 years by Cosmin.
Post count: 7909

Hi,

Unfortunately when is used a background the site is change automatically to boxed version and you will need custom work to have full menus and footer as there is a fixed width on outer-wrap container – http://screencast.com/t/vgVaWQfuuvT which includes beside the content also header and footer. So it is not an easy task to make them full as you will need to change also the width for content, sorry!
You can try this custom css using media queries, but you may need additional customizations:

@media (min-width: 1180px) {
.td-boxed-layout #td-outer-wrap{
width: 100% !important;
}
.td-main-content-wrap {
width: 1164px !important;
margin-left: auto !important;
margin-right: auto !important;
}
.td-boxed-layout .td-header-menu-wrap.td-affix {
left: 0;
right: 0;
}
}

Hope this helps!

Post count: 35

Useful, indeed. Thanks. Will follow up if a solid workaround will work for me.

Post count: 36

only in other pages when i scroll down the header float at left and can’t fix it and also can i make header longer to show my menu in one row not two . thanks

Post count: 22421

Hello,

Please provide a link to your site so we can see the header problem and inspect it.
As for the menu, you cannot stretch it beyond the container in order to fit more menu items, sorry. You can try an alternative for this by choosing a header style that will not show the logo besides the menu so you can have more space for menu items or reducing the padding between the menu elements. There is no simple solution for this unfortunately.

Thank you!

Post count: 35

Hi,

Thanks for your reply. My site is https://windowsinsider.ro. I eventually managed to customize it to my preferences on my own through several CSS customizations. This thread can be marked as closed/solved.

Post count: 22421

Hi Cosmin,

Glad you found a solution. I asked for dimitar’s website as he mentioned he has a header issue so I cannot close this topic yet.

Thanks.

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