Website not responsive on mobile

Hi,

My website works well on computer but it is not responsive on mobile.
I tried to deactivate all plugins in order to see if it was linked to but it didn’t work neither.
I am using the Unite Theme and it seems updated
My website is http://lafabriquedaudrey.fr/
Can you please help find how I can make it responsive?
Thank you for your help.

Audrey

Hello there,

I hope you are doing well today.

I have had a look at the website on an android device and it appears to be fine. What exactly happens when you try to view the page on a mobile device? Additionally, are you using an Android or Apple device?

Best Regards,
Support

Hi
Thank you for your answer.
I am using an android device. In fact if you tried to click on any article title it is not working or if you tried to click on the button “continuez la lecture”.
Thank you

Hey there,
Hope you’re doing well today :slight_smile:

Kindly add and save the following CSS to Appearance > Customize > Unite Options > Other > Custom CSS:

@media only screen and (max-width:500) { 
.widget-area {
    clear: both!important;
}
}

Please let me know if that helps.

Best Regards,
Support

Hey there,
Hope you’re doing well :slight_smile:

Did you manage to get this issue sorted?

Please let me know. I’m just confirming that everything is okay and that I can close the ticket.

Looking forward to your reply.

Best Regards,
Support

Hi,
I did what you said on the custom CSS part but the links are still not working.
Do you have any other suggestions?
Thanks for your help

Hey there,
Hope you’re doing well today

I think that might have been because the px was left off the 500 in the media query, my bad.

Please try this instead:

@media only screen and (max-width:500px) { 
.widget-area {
    clear: both!important;
}
}

If that doesn’t work, kindly provide me with some temporary admin access to your site’s admin panel so that I may have a closer look at the issue here.

Looking forward to your reply.

Best Regards,
Support

Thanks a lot! It works! :slight_smile: