When a post using the Portal theme is viewed with the responsive layout on mobile, AND that post has a featured image, the featured image seems to be a little too wide to fit the screen (example: http://i.imgur.com/X3H4YNK.png ). I checked it multiple mobile devices, and the same problem exists.
I’m really loving this theme, everything else has worked perfectly, and would definitely pay for a premium version if you guys released it, but as of now this flaw totally ruins it.
Thanks!
URL: http://ewwty.com/2012/02/24/dimethyltryptamine-dmt-experience/
Hi James
Thanks for reaching out.
Let’s roll back one or two rules and hopefully sort this out. Do you have a Custom CSS plugin installed? If not: Plugins > Add New > Search for SiteOrigin CSS. Install and activate. Go to Appearance > Custom CSS. Add the following:
/* Featured Images */ @media (max-width: 1024px) { body.responsive.single article.post .entry-thumbnail { margin-left: 0; margin-right: 0; } } .entry-thumbnail[style] { height: auto !important; }Let me know how that goes.