• Resolved apestaartje

    (@apestaartje)


    Hi, since the developer of the theme of my website is not active anymore, I want to know how I can center my main menu (in CSS).
    Thanks in advance!
    Apestaartje

    The page I need help with: [log in to see the link]

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

    (@corrinarusso)

    @apestaartje

    Can you delete or disable the autoptimize plugin while troubleshooting ?
    It gets to know if something is not working, or if the cache in conflicting.

    Optimizing Matters

    (@optimizingmatters)

    Pro tip; you can disable autoptimize on a request level by adding ?ao_noptimize=1 to the URL 🙂

    Hope this helps troubleshooting,
    Frank

    corrinarusso

    (@corrinarusso)

    Thanks @optimizingmatters ! Great tip.
    🙂

    Thread Starter apestaartje

    (@apestaartje)

    Yes, great tip! But still no answer on my question 😉

    corrinarusso

    (@corrinarusso)

    @apestaartje

    You could cheat a bit and do this :

    @media screen and (min-width:1024px) {
       #fixed-header-top{
      padding-left: 200px;
       }
    }

    or this :

    .menu.clean-box-nav-menu {
        text-align: center;
        width: 100%
    }
    
    .menu.clean-box-nav-menu > li {
        float: none;
    }
    
    #header-toggle {
        display: none;
    }
    
    .nav-secondary .wrapper,
    #fixed-header-top {
        background-color: #000;
    }
    Thread Starter apestaartje

    (@apestaartje)

    Hi Corrinarusso, cheat works. Thanks a lot!

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

The topic ‘Center menu’ is closed to new replies.