Online Shop - Menu location - Acme Themes

Best Premium and Free WordPress Themes Forums Online Shop Online Shop – Menu location

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37330
    pppeeeuuu
    Participant

    Hi,

    Wondering if any possibility that the menu icon can be shifted to the center of the page?
    Currently, it is located at the right side.

    My url is : pleasurehappy.com

    Thanks a lot.

    Cheers.
    Drizzle

    #37370
    acmethemes
    Keymaster

    Dear pppeeeuuu,
    This feature is not available in our theme. However, you can try adding this CSS code in Additional CSS
    Dashboard->Appearance->Customize->Additional CSS

    .top-header-wrapper .wrapper{
    text-align: center;
    }
    
    .top-header-wrapper .header-left {
        float: none;
        display: inline-block;
    }
    .top-header-wrapper .header-right {
        display: inline-block;
    }

    Best Regards!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.