Viewing 2 replies - 1 through 2 (of 2 total)
  • @islander123

    If you don’t already have a Child_Themes or the theme offers nowhere to put a custom css, then you should install a plugin like Jetpack then add the following to the custom css area…

    .main-menu-container {
        max-width: 100%;  
    }
    Thread Starter islander123

    (@islander123)

    I put that max-width line among these:

    .main-menu-container {
    max-width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 22px;
    position: relative;
    And these are in the
    Panoramic: Stylesheet (style.css)

    Now my menu is a little bit too much at right side. I want it to be in the middle, as it used to be.
    here how it looks now: https://yatedam.org/tr/anasayfa/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to extend the menu’ is closed to new replies.