SiteOrigin Post Carousel Widget
I added the post carousel widget into a page and it is not responsive on mobile.
It looks fine in desktop view but in mobile view it throws off the whole design of the page, including any other content in the page, and does not respond at all. Has anyone else had this issue or know of a solution?
Thanks.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
16Hi Karen
Do you have a public URL where we can take a look at what’s going on?
Thanks
Yes it's http://kmmediadev.com/lovegorey.iecopy/
Thanks
Overall, the page seems to have responsive challenges. Can you perhaps temporarily delete the Carousel and then re-check the page?
Yes I did that previously & it was responsive
Please, could you delete the carousel temporarily so we can take a look? Thanks.
I'll do that now, just signing in
The carousel is deleted now …the page is responsive now
Thanks, you can reinsert the carousel, will take another look.
It's back in now
Thanks. Try adding to CustomizeAdditional CSS:
@media (min-width: 781px) { #primary { float: none; } }That code is in now but it seems to have made the carousel responsive but not the rest
Try changing the entire rule to:
@media (min-width: 781px) { #primary { float: none !important; } }That didn't work
Sorry, that should have been:
@media (max-width: 781px) { #primary { float: none !important; } }If the above doesn’t help, please try temporarily testing without any contents saved in your Custom CSS. Temporarily remove all Custom CSS. The above should help now though.
It has sorted it, thank you
Glad that helped. All the best.
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.