Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #428620

    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?

    • This topic was modified 9 years, 7 months ago by tjpicasso.
    #429710

    Hey tjpicasso!

    Your screenshots are not loading for me. Can you double check them?

    Cheers!
    Elliott

    #430122

    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!

    #430596

    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

    • This reply was modified 9 years, 7 months ago by Elliott.
    #431014

    Hi Elliot,

    Thanks that works!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Increase Navbar height.’ is closed to new replies.