Problem with theme display on mobile
- The topic ‘Problem with theme display on mobile’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
The other thread is closed to new replies:
https://premium-themes.forums.wordpress.com/topic/problem-with-how-theme-displays-on-ipad/
I am having a similar issue with the theme displaying on my IPhone.
The featured content’s top four pictures align-right. The theme displays correctly on desktop.
Thanks.
The blog I need help with is: (visible only to logged in users)
I got a CSS from WordPress Support:
/* Showcase: remove the margins — 2478445-zen (EZ) */
@media only screen and (max-width: 782px) {
.showcase {
margin-left: 0;
margin-right: 0;
}
}
Hi there – thanks for the message and sorry about the problems.
I’ve taken a look and there seemed to be a sizing bug with the infinite scroll button which I’ve now fixed. It seems to have resolved the extra width that was happening.
Thanks – Ben
Thanks Ben.