Reduce width of navigation

This topic contains 2 replies, has 2 voices, and was last updated by  Guust 5 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: ,

  • Author
    Posts
  • #459760

    Greg Barr
    Full Member
    Post count: 182

    I want to reduce the width of my navigation to match non-full-width pages.

    This is what I have now:

    This is what I want, but have been unable to achieve despite a lot of CSS effort. : /

    Can you please help me achieve this? Thanks.

    #459761

    Greg Barr
    Full Member
    Post count: 182

    Oops I guess I didn’t really mean width of “navigation” but “header.” Duh. Pictures should make my objective clear.

    #459763

    Guust
    Moderator
    Post count: 29970

    Try this CSS:

    
    
    .sd header .container {
        max-width: 1200px;
        margin: auto;
    }

    Let us know. Thanks

Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket