Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #554935

    Dear support,
    i want to have stretched layout on the homepage only, alle other pages should have boxed layout.
    I used the following quick css code:
    #top.boxed.home { width: 100% !important; max-width: 100% !important; }

    The Homepage is stretched now.
    But the menu is not centered, it is left aligned. How can i center the menu?
    Thanks for any help

    #554959

    Hey dondela!

    Can you please post the link to your website so we can see the issue?

    Cheers!
    Yigit

    #554964

    Thanks

    #554971

    Hi!

    Please add following code to Quick CSS

    .home header#header {
        width: 100%!important;
        max-width: 100%!important;
    }

    Best regards,
    Yigit

    #554977

    Thanks Yigit, thats it!
    Best support ever!

    #554979

    Hi!

    You are welcome, glad we could help!
    Let us know if you have any other questions or issues and have a great weekend!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Stretched layout on homepage only’ is closed to new replies.