-
AuthorPosts
-
September 24, 2018 at 4:35 pm #1013692
Hello, I set for all browser sizes the mobil menue left. Unfortunatly menue opens right. For the desktop version I have found a solution, but not for mobile. I have tried this code I have found here, but it doesnt work.
@media only screen and (min-width:768px){
.av-burger-menu-main.menu-item-avia-special.av-small-burger-icon {
display: none;
}
}
@media only screen and (max-width:767px){
.av-main-nav li {
float: left;
}
}Thank you for your help. Aline
-
This topic was modified 7 years, 3 months ago by
alinesommer.
September 24, 2018 at 8:09 pm #1013807Hey alinesommer,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:767px){ .html_av-overlay-side .av-burger-overlay-scroll { -webkit-transform: translateX(350px); transform: translateX(350px); } .html_av-overlay-side .av-burger-overlay-scroll { right: 0; left: auto; } }If you need further assistance please let us know.
Best regards,
VictoriaSeptember 25, 2018 at 9:40 am #1014074Hi Victoria, thank you for your answer. Unfortunatly it doesnt work. Do you have any other ideas. Maybe you will look at my Website?
September 25, 2018 at 10:48 am #1014112Hi,
Please try this CSS instead:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .main_menu { left: 0; right: auto; } .logo img { float: right; } }Best regards,
RikardSeptember 28, 2018 at 9:41 am #1015660Thank you for your help. It works. Best regards
September 29, 2018 at 3:37 pm #1016059Hi alinesommer,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
This topic was modified 7 years, 3 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
