Vertical Header - by mariangio - on WordPress WooCommerce support

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

  • Avatar: mariangio
    mariangio
    Participant
    November 20, 2018 at 15:52

    Hi
    I am going to create for a client of mine a shop with a vertical header (like your demo here: https://xstore.8theme.com/demos/minimal)
    Can the menu be static or by default open when it is a computer screen?
    I haven’t created yet the website and I would love to use Xstore as I always do but just want to be sure.
    Thanks
    Marianna

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 20, 2018 at 18:21

    Hello,

    Thank you for choosing our theme!
    Do you want to have menu in the following way http://prntscr.com/lksbvx ? It’s possible by the minor customization of the CSS styles using child theme style.css

    @media (min-width: 993px){
    .header-vertical .menu-main-container {
        opacity: 1;
        visibility: visible;
    }
    }

    But then you also need to move page content to the right because the menu will be over the content. What do you think?

    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.