This topic has 2 replies, 2 voices, and was last updated 6 years ago ago by Olga Barlow
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
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
You must be logged in to reply to this topic.Log in/Sign up