I have a problem in that the site is not responsive with mobile devices, as a scroll bar appears when opening the site on mobile devices. I have attached a picture of the problem.
This topic has 2 replies, 2 voices, and was last updated 4 months, 2 weeks ago ago by Luca Rossi
I have a problem in that the site is not responsive with mobile devices, as a scroll bar appears when opening the site on mobile devices. I have attached a picture of the problem.
Hi @smalameri,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
@media (max-width: 600px){
ul.elementor-icon-list-items.elementor-inline-items {
max-width: 100%;
}
}
Kind regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up