Tagged: x
-
AuthorPosts
-
October 18, 2016 at 9:31 am #1220878
D.J.ParticipantHi – I have my .entry-content-content width set perfectly for non-mobile, but it’s too narrow for mobile.
Here’s what I have set currently…
.entry-content.content { margin-top: -2%; padding-top: 3em!important; max-width: 68%; }Here’s a link of it looking perfect on desktop/laptop (use a non-mobile device to view).
Here’s a link using Screenfly to see it way too narrow on mobileThe issue is the 68% in the CSS – works great on non-mobile, too narrow on mobile. How do I adjust the max-width up to 87% (or whatever) for strictly mobile devices? Or should I adjust this elsewhere and not the way I have it?
I really appreciate the help! I tell everyone who compliments my site about X. Nothing comes close!
Icon Stack, Child Theme, latest versions of everything.
October 18, 2016 at 10:28 am #1220967
ThaiModeratorHi There,
Please update your custom CSS to this:
.entry-content.content { margin-top: -2%; padding-top: 3em!important; max-width: 68%; } @media (max-width: 979px){ .entry-content.content { max-width: 87%; } }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1220878 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
