-
-
I need to change the navigation direction of the drop-down menu from left to right.
Tried reset the menu style in <i>Header > Menu Style > Main Menu Style</i> but did not work.
-
Hello,
Can you please send us some valid wp credentials in a private reply? So we can check this out.
Best regards!
-
-
-
Hello,
I fixed it.
In file style.css i added just an!important
. In this block:nav .menu > li > ul.sub-menu li > .sub-menu { top: 0; left: 100% !important; }
This is indeed a change made directly in theme files, but you do not have to worry regarding future updates because we will include it in the next theme update.
Note: The support working hours are from Monday to Friday, 9AM to 5PM (UTC +1:00). We are doing our best to get back to you asap, but while you wait for our reply, please take into consideration timezone differences as well.
Best regards!
-
-
Hello,
Please add this code into your Custom Css box in “Additional Css” menu:
.header_container.header-top > .main { line-height: 80px !important; } #navigation nav { margin-top: 46px !important; }
This should be the result: https://postimg.org/image/uoskx5eij/
Change the values to your wish.Best regards!
-
-
You must be logged in to reply to this topic.