Hello,
Your theme is great. However, I’d like to not use the standard boxed layout, but add wide header and footer. Like here:
So could you please tell me how I can achieve that?
Thanks!
Or even better, i would like to make all the website screen-wide, like here: http://take.ms/5T4d1
How can I do that?
Thanks.
The theme has fixed layout, due to grid – you can’t make the main part of theme “wide” — that is what the “Newspaper” theme is for.
You can make the header “wide” by changing the header section — e.g., we use style 8 …
For the footer you can make it wide, via custom CSS ..
try this (what I use) —
.td-footer-container {
width: 100%;
}
.td-footer-container .td-pb-row {
width: 1021px;
margin: 0 auto;
}
Hi,
Thanks Chris!
@websiterra You can use a header style with full menu: http://screencast.com/t/1I3M4PuTWzJ and for footer please use Christopher’s custom css in Theme Panel > Custom Css it works fine – http://screencast.com/t/DLzV5xIUkoOC
Thanks!
Having added your code, I managed to make this layout: http://take.ms/tui89
Thanks!
Hi,
Please make sure that you don’t have a background color (or image), the main menu becomes boxed when backgorund is used: http://screencast.com/t/noIarf9I
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Unfortunately that can’t be achieved using theme’s settings. You could move the header style 1 ad and logo code to the header style 8 layout however that style hasn’t been styled to work like that so you’d also have to style the logo and ad container to appear like on style one, anyway you need custom work for this so I suggest you get someone to help you with that if you can manage it by yourself as we cannot provide custom work right not because we work hard on development, fixes and support so you might look for a freelancer on site’s like http://studio.envato.com/
Thanks