Site Origin slider not mobile responsive
Hello,
I have read through past issues similar to this but haven’t been able to identify the issue myself. The slider is at the following link: http://suecolozzi.com/
Thanks for your help :)
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi Jamila,
This issue is occurring as a result of the following CSS you’ve added to WP Admin > Appearance > Customize, Aditional CSS:
div.homepageslider { width:500px; text-align:center; margin-left:auto; margin-right:auto; }You should either remove the hard width (and replace it with widget padding) or wrap the above CSS in a media query. For example:
@media (min-width: 780px) { div.homepageslider { width:500px; text-align:center; margin-left:auto; margin-right:auto; } }Thank you, that worked!
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.