AlexTC Posted April 10, 2023 Posted April 10, 2023 Hey all, I'm trying to get a vertical menu like the one I've seen on this website : http://www.luisalbertorodriguez.com/ Does anyone know how to do that ? I'm not sure I have seen the option in the settings so I guess it's with css ? Here's my website just in case : https://www.alextrescool.com/ Thank you for your help!
Solution tuanphan Posted April 11, 2023 Solution Posted April 11, 2023 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!)
AlexTC Posted April 24, 2023 Author Posted April 24, 2023 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/
Mariffer Posted April 25, 2023 Posted April 25, 2023 Hola cómo hago para que ciertos textos que yo seleccione estén orientación vertical
tuanphan Posted April 25, 2023 Posted April 25, 2023 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? 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!)
AlexTC Posted April 25, 2023 Author Posted April 25, 2023 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
tuanphan Posted April 26, 2023 Posted April 26, 2023 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!)
AlexTC Posted April 26, 2023 Author Posted April 26, 2023 Hey, it worked perfectly thank you ! One last thing please, I'm trying to make the images on this slideshow smaller. I would like to make it small so it can fit the screen so people don't have to slide to see the full image. https://www.alextrescool.com/off-white-copie Thank you!
tuanphan Posted April 27, 2023 Posted April 27, 2023 Add to Design > Custom CSS @media screen and (min-width:768px) { div#block-yui_3_17_2_1_1682529406444_8045 { max-width: 30% !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!)
AlexTC Posted April 28, 2023 Author Posted April 28, 2023 (edited) 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 April 28, 2023 by AlexTC
tuanphan Posted April 29, 2023 Posted April 29, 2023 Try adding this CSS under [href="/streetstyle"]+ span.Header-nav-folder { z-index: 1234567890 !important; background-color: white !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!)
AlexTC Posted April 29, 2023 Author Posted April 29, 2023 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 ?
tuanphan Posted May 1, 2023 Posted May 1, 2023 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!)
AlexTC Posted May 1, 2023 Author Posted May 1, 2023 As you can see in the video I can't go over "Milan Women's" because the submenu from "Backstage appears". And also, the sumbmenus appears when I'm hover them, when I would like them to appears only when I hover the actual menu like "Streetstyle", "Backstage" etc. Thank you Enregistrement de l’écran 2023-05-01 à 12.11.26.mov
AlexTC Posted May 31, 2023 Author Posted May 31, 2023 Hello, can someone help me on that one please ? Thank you
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment