• Resolved jarks

    (@jarks)


    I am looking to increase menu bar width on our website. Currently if we add another menu item the last two drop below the other items. To the left of the menu bar is the company logo which I would be fine in decreasing its width to accommodate the extra menu item

Viewing 6 replies - 1 through 6 (of 6 total)
  • coredesigners.net

    (@coredesigners)

    Can you give link to your website?

    Thread Starter jarks

    (@jarks)

    Thread Starter jarks

    (@jarks)

    http://6a1.d5f.myftpupload.com/

    coredesigners.net

    (@coredesigners)

    Add these custom css and it will solve the issue.

    .width-container {
        width: 1024px !important;
        margin: 0 auto;
    }
    .right-wrapper {
        float: right;
        width: 700px !important;
    }
    Thread Starter jarks

    (@jarks)

    Thanks Coredesigners.net Appreciate the quick help. Exactly what I was looking for.

    Thread Starter jarks

    (@jarks)

    While the fix above worked for the menu I should have mentioned this is a reactive site. When above code is implemented the reactive site does not change screen size. Any way to clear that up?

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Increase Menu Wdith’ is closed to new replies.