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

    Hi,

    Just wondering how I can extend the nav bar to be full width in boxed mode? I like my content in boxed mode but want the nav bar to go fullwidth. Is this possible? Also how can I remove the vertical white border between the nav links?

    Screenshot of nav menu

    Cheers

    #416705

    Hey tjpicasso!

    That would take too much work to do it in boxed layout. If you switch to the stretched layout though we can give you some CSS to make it look like the boxed layout and still have a fullwidth header.

    For the menu links add this to your custom CSS.

    nav.main_menu a { border: 0px !important; }
    

    Regards,
    Elliott

    #418859

    Hi Elliot,

    That sounds like a good solution to me!

    Cheers

    #418883

    Hi Elliot,

    Ive found the css you posted in an earlier support query and its worked perfectly.
    The issue I’m having now is that its hidden the background on the Color Section at the top. Any idea how I could resolve this?

    #main > .container_wrap:first-child { background: white !important; } /* or use whatever background you need */
    #main > .container_wrap:first-child .container { background: white; }

    This is the background image on the color section. I want it to be boxed with the booking form floating on top

    • This reply was modified 9 years, 9 months ago by tjpicasso.
    #418973

    Hey!

    Page you posted in your first post cannot be found. Can you please post the link to your page once again so we can see the issue to provide you an accurate solution?

    Regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.