Jump to content

How to have a vertical menu ?

Go to solution Solved by tuanphan,

Recommended Posts

  • Replies 14
  • Views 805
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution

Add to Design > Custom CSS

.Header-nav-inner {
    position: fixed;
    left: 3vw;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
a.Header-branding {
    position: fixed;
    left: 3vw;
    top: 20px;
    z-index: 999999;
    padding: 0 !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 weeks later...
14 hours ago, AlexTC said:

It worked perfectly thank you ! Do you know how to deal with submenu ? The problem being the submenu link goes over the menu, I would like it to just go down to leave space for the submenu to appear/

Can you add submenu? We can check & test code easier

11 hours ago, Mariffer said:

Hello, how do I make sure that certain texts that I select are vertically oriented? image.png.6cf9533154e9dcecc599f23dc0228b96.png

What is site url?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
8 hours ago, AlexTC said:

Hello, 

You can see the submenu here :

https://www.alextrescool.com/off-white-copie

I had to add space because the menu doesn't go over a carousel or a gallery, is there also a way to add a padding to the left so the content of the website would be a bit more to the right ? Kind of like here https://www.benbeagent.com/

 

Thank you

Add this CSS under

@media screen and (min-width:901px) {
span.Header-nav-folder {
    left: 150px !important;
    top: -10px !important;
}
div.Content-outer .Main {
    max-width: 90%;
    padding-left: 10%;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Hello, 

Thank you for your answer, I could solve my problems thanks to your code. 

But it raised another one

https://www.alextrescool.com/

If you try to go over and down the "Streetstyle" submenu, the submenu from the "Backstage" section appears and also, if you hover the submenu, it appears even though you're not hovering the actual main menu. Is there a way to fix that ?

 

Thank you,

Edited by AlexTC
Link to comment
On 4/29/2023 at 6:32 PM, AlexTC said:

Hello, 

Unfortunately It only fixed a part of the problem. Now when I'm hovering the "Backstage" submenu, the content of the "Streetstyle" submenu appears. Maybe because there's no priority for the section I'm hovering ? 

It is fine to me. Can you take a quick video?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 5 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.