The links in my footer on the mobile version is not working

This topic has 4 replies, 2 voices, and was last updated 1 years, 8 months ago ago by Rose Tyler

  • Avatar: Dittemila
    Dittemila
    Participant
    August 4, 2022 at 08:21

    Hello,

    The links in my fotter is not working when they are clicked on from a mobile device.

    Can you help`?

    Thank you very much <3

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 4, 2022 at 12:46

    Hello,

    Add the next code in Custom CSS area:

    @media only screen and (max-width: 768px) {
        .footer .vc_column_container {
            float: left;
        }
        .footer .wpb_raw_code:before, 
        .footer .wpb_raw_code:after {
            content: '';
            display: table;
            clear: both;
        }
    }

    Clear cache of browser on mobile and check then.

    Regards

    Avatar: Dittemila
    Dittemila
    Participant
    August 5, 2022 at 08:19

    It still doesnt work?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 5, 2022 at 18:21

    Hello,

    Where did you add the code? I did not see it on your site.

    I’ve added the code – https://prnt.sc/Godm9lPiRK4V
    Please clear cache of your mobile browser and check now.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.