Okay
  Public Ticket #1883890
Overlay menu
Closed

Comments

  • Romain started the conversation

    Hello,

    I have finished my website but I have a last problem to fix. I have added links under the copyright on the overlay menu, but my links, the copyright and the social icons disappear on mobile. Can you help me with that please? How can I display these elements on a mobile (responsive issue)?

    Thank you

  •  1,795
    Support replied

    Hello Romain

    could you try adding:

    @media only screen and (max-width: 767px){
        .menu-footer {
            display: block !important;
        }

    }

    in customizer -> additional CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Romain replied

    Hello !

    It works ! Thank you so much.

    No I need to optimize something because the site is really slow but I don't think you can help me.

    Thx again

    Romain

  • Romain replied

    Hello again,

    Sorry I have a last issue :
    The copyright section is displayed on mobile but on the menu (centered). How can I fix it at the bottom please?


    Thank you

    Romain

  •  1,795
    Support replied

    Hello Romain,

    You can try playing around with this value:

    @media only screen and (max-width: 767px){
        .copyright {
              margin-bottom: 25px;

         }

    }

    you can decrease 25px and add the code to customizer -> additional CSS

    Here are some tips to improve the speed of your site:

    How to optimise the speed of my website?


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Romain replied

    Hello,
    Thank you for your answer.

    I tried this value in the additional CSS but it doesn't change anything. The copyright section is still over the menu...
    You can see at [email protected] and display the site for mobile with the inspector.

    Thank you for the tips to optimise the site.

    Best regards

  •  1,795
    Support replied

    Hi Romain,

    then try

    @media only screen and (max-width: 767px){
        .menu-footer {
            padding-bottom: 0px;
         }

    }

    in customizer -> additional CSS

    Send us wp admin access if you are still having difficulties

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Romain replied

    Hey hello,

    You're the best ! it works now :-) I am happy

    A bientôt peut-être, bon week-end et encore merci pour tout

    Romain

  •  1,795
    Support replied

    Sorry my French is not so good, but:

    De rien, bon week-end!

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy