Reply 331073 to: the links in my footer on the mobile version is not working

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.