• My menu does not fit when the logo is on the left hand side.
    how can I modify the width of the menu row safely?
    Thank you for your help

Viewing 1 replies (of 1 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Hi,

    It comes under customization work. But you can change the width of logo part and menu part and adjust accordingly. You can use following css selector and set width accordingly.

    // for logo part
    #masthead col-lg-5 {
    width:
    }
    // for menu part
    #masthead col-lg-7 {
    width:
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘My menu does not fit’ is closed to new replies.