-
AuthorPosts
-
October 20th, 2017 at 20:17 #55080
When I use the normal menu with drop down sub-menu items they always drop down to the right side. Using several sub-menus causes ‘leaving the screen on the right side’ at longer menu entries. So how can I drop down sub-menu items to the left side? I can’t find any CSS, seems it could be regulated via data base? Thank you for your help.
October 22nd, 2017 at 18:19 #55131ZedCryout Creations mastermindThe theme is designed with efficiency and speed in mind and relies almost entirely on CSS for the menu’s functionality (employing almost no JavaScript code for it). As such it does not include any additional JS code for edge detection.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.October 22nd, 2017 at 21:17 #55142Ok, thank you very much, Zed. So it seems that this is not to solve via CSS (e.g. CSS anywhere like ‘left: -149px;’ for sub-menu or similar)…
Nevertheless: For me Septera is the one of the best themes I found until now. It’s all very well elaborated. Other theme developers could learn from its code. Fantastic work!October 22nd, 2017 at 22:43 #55144Dear Zed, I finally created a simple and tiny CSS script for my childtheme’s style.css setting the whole sub-menu only a bit to the left:
.sub-menu {
left: -40px;
}This way I keep some longer menu entries ‘within the screen’ of smaller computers resolution, just before the menu would toggle to ‘tablet menu view’ with the ‘list menu’ appearance. No JavaScript needed and no ‘destruction’ of the theme, I think.
Again thank you very much for this fantastic theme and your fast and serious support!
March 6th, 2018 at 15:47 #60540Perfect:
.sub-menu {
left: -40px;
}March 6th, 2018 at 17:50 #60542Glad I could help you.
-
AuthorPosts
The topic ‘Create a dropdown menu to the left side’ is closed to new replies.