-
AuthorPosts
-
March 5, 2020 at 7:14 pm #1190581
Hi Folks,
I want to change the position of the navi-arrows in the menu-overlay.
How can I do that? Please take a look at the screenshot, so you’ll
understand exactly what I mean. :-)Best regards
CarstenMarch 6, 2020 at 6:31 am #1190748Hey Carsten,
Please try the following in Quick CSS under Enfold->General Styling:
#av-burger-menu-ul .html_av-submenu-hidden .av-submenu-indicator { right: auto; left: 30%; }
Best regards,
RikardMarch 6, 2020 at 1:46 pm #1190872Hi Rikard,
thx for your reply and the snippet!
But unfortunately it doesn’t work.
Next try…I count on you! :-)Best regards
CarstenMarch 6, 2020 at 9:14 pm #1191001Hi Carsten,
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
.html_av-submenu-hidden .av-submenu-indicator { float: left; right: auto; left: 20px; }
If you need further assistance please let us know.
Best regards,
VictoriaMarch 7, 2020 at 4:13 pm #1191124Hi Victoria,
thx for your reply and your solution! It works fine, but not perfectly. ;-)
Now, the arrows are on the left side, but still on the side and to far
away from the navigation-links. Please, take another look on the
screenshot. I want the arrows right beside the navigation-links! Is
that possible? Thx for your further help!Best regards
CarstenMarch 10, 2020 at 5:33 pm #1191935Hi Carsten,
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 (min-width: 1100px) { .html_av-submenu-hidden .av-submenu-indicator { left: 32%; } }
If you need further assistance please let us know.
Best regards,
VictoriaMarch 10, 2020 at 5:44 pm #1191939Hi Victoria,
thx for your new reply and snippet!
I’m sorry to say, but nothing changed with the new snippet. ;-/So, I need your further help…thank you!
Best regards
CarstenPS: I let the snippet in the Quick CSS Box.
March 10, 2020 at 10:47 pm #1192045Hi designbasis,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaMarch 11, 2020 at 2:46 pm #1192297Hi Victoria,
first, big sorry from me! I didn’t check the code within the custom.css.
Now I did it and now it works…great! ;-) Big SORRY again and also
thank you again! :-)Best regards
Carsten- This reply was modified 4 years, 8 months ago by designbasis.
March 11, 2020 at 5:18 pm #1192370Hi Carsten,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaMarch 11, 2020 at 6:42 pm #1192395Hi Victoria,
thank you for your reply! :)
Why is it so, that one time the code works in the quick-css-box
and next time not? Maybe the explanation is to big, but maybe
you’re able to explain it in a few and easy words. ;)Best regards
CarstenMarch 12, 2020 at 8:27 pm #1192750Hi Carsten,
Sometimes it’s a browser caching issue or it can be that there are some errors in the Quick css field.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.