Menu items alignment - by shweta - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 4 years, 4 months ago ago by Olga Barlow

  • Avatar: shweta
    shweta
    Participant
    November 29, 2019 at 11:15

    Hi

    1) I want to change the alignment of menu items slightly towards the right, away from the logo, so that the space to the right gets covered, and it looks symmetric.

    2) how to change the effect when my webpage loads? Its currently a black background with 100% written after it loads.

    Thanks

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 29, 2019 at 16:00

    Hello,

    1) Add the following code to Theme Options > Custom CSS

    @media only screen and (min-width:992px){
        .menu-main-container > ul:before, .menu-main-container > ul:after {
        content: '';
        display: table;
        clear: both;
    }
    
    .menu-main-container > ul {
        display: flex;
        justify-content: center;
    }
    }

    2) This is preloader. If you want to disable it go to Theme Options > General > disable Site preloader option.

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.