Tagged: menu
-
AuthorPosts
-
September 4, 2018 at 1:33 pm #1005541
Hello,
For a long time now the main menu of my website disappeared from the upper right corner when entering from phones or tablets, the menu lines appear in the middle of the page thus covering the banner and also nothing is displayed when clicking.
I tried to solve it by myself but it was impossible for me, it was sudden without having made any modification. Please i need help.
Thanks.
September 4, 2018 at 2:32 pm #1005579Hey Huecoprods,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
RikardSeptember 4, 2018 at 2:40 pm #1005584Hi,
Yes sure. The link is in private content.
Thank you very much.
September 4, 2018 at 5:47 pm #1005711Hi,
Thanks for the update.
You have to remove these css modifications.
.logo img { padding-left: 80px; } .container_wrap_logo .main_menu .avia-menu { left: 50%; position: relative; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }
And then add this one.
.av-main-nav-wrap { float: right; }
Screenshot: https://imgur.com/a/iipeIU8
Best regards,
IsmaelSeptember 4, 2018 at 6:01 pm #1005717Hi,
Thanks, where exactly i must do this?
September 4, 2018 at 10:19 pm #1005800Hi,
From your Theme Settings and custom CSS! :)
Best regards,
BasilisSeptember 5, 2018 at 1:22 pm #1006113Hi,
Sorry but i can´t do this, I enter to the editor and I can not find this code to remove it:
`.logo img {
padding-left: 80px;
}.container_wrap_logo .main_menu .avia-menu {
left: 50%;
position: relative;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}Also don´t know where i must paste the second code, I tried in the integrated CSS editor but it did not work:
.av-main-nav-wrap {
float: right;
}Please, i leave my data in private in case you can help me.
Thanks.
September 5, 2018 at 5:57 pm #1006233Hi Huecoprods,
I adjusted the code for you. The menu is on the left on the mobile.
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 5, 2018 at 6:00 pm #1006235Hi,
Perfect, now it works! Thank you very much ;)
Regards.
September 5, 2018 at 7:32 pm #1006283Hi Huecoprods,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.