Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.

    #1005579

    Hey Huecoprods,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #1005584

    Hi,

    Yes sure. The link is in private content.

    Thank you very much.

    #1005711

    Hi,

    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,
    Ismael

    #1005717

    Hi,

    Thanks, where exactly i must do this?

    #1005800

    Hi,

    From your Theme Settings and custom CSS! :)

    Best regards,
    Basilis

    #1006113

    Hi,

    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.

    #1006233

    Hi 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,
    Victoria

    #1006235

    Hi,

    Perfect, now it works! Thank you very much ;)

    Regards.

    #1006283

    Hi Huecoprods,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.