Hi,
I was wondering if the excellent mods could provide me with the css to make my navbar http://postimg.org/image/gsp9ip9qz/full/
wider like this navbar http://postimg.org/image/96hg2dy4z/full/
Bonus points.
Can you make the navbar full width same as the example? Ive posted before and been told to put it in full width mode and paste some css in, but that screws up my color section. Its not a deal breaker but would be so nice if I could have that bar full width.
Bonus, bonus points. Some of the pages that dont have enough content show the footer floating, how can I pin that sucker to the bottom of the screen?
Hey tjpicasso!
Your screenshots are not loading for me. Can you double check them?
Cheers!
Elliott
Hey Elliott,
Not sure why your img tags didnt work but I’ve posted the direct url’s so they should be all good now!
Cheers!
Hey!
1. Try this CSS out.
#header_main_alternate {
height: 60px;
padding-top: 12px;
}
.html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
padding-top: 177px !important;
}
2. It’s not possible because your using a boxed layout. You will need to switch to a stretched layout. We can then give you some CSS to make it look like it’s a boxed layout.
Regards,
Elliott
Hi Elliot,
Thanks that works!