-
Author
Tagged: Standard layout, mobile layout
-
February 14, 2015 at 00:42 #46054realokunParticipant
When I load the list of Standard layout blog posts to mobile browser, the text appears to be half-width of the post, see attached. Please fix.
Attachments:
You must be logged in to view attached files.February 15, 2015 at 05:32 #46134LauraModeratorPlease share a link to your site, in my side its working well.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 17, 2015 at 15:37 #46391LauraModeratorHello, seems like you fixed it? because i see it fine.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Attachments:
You must be logged in to view attached files.February 17, 2015 at 17:01 #46411realokunParticipantNo it has not been fixed.
Laura, based on your screenshot you are not accessing the web site from a mobile device.
To replicate, take an Android phone, use Chrome browser to navigate to http://www.spokescommute.com/
Alternatively, if you have a desktop browser available only, navigate to the above URL, then drag the browser window to make is narrower until the site’s layout changes to mobile. Then you’ll be able to observe the layout bug I reported.
February 19, 2015 at 05:35 #46639LauraModeratorHello, got it, you had a margin-left set, add this to style.css in child theme
COPY CODE.posts-listing.standard-listing.with-meta .article-content { margin-left: 0px !important; padding: 0 0 0px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Attachments:
You must be logged in to view attached files.February 19, 2015 at 06:49 #46658realokunParticipantLaura, your fix broke the non-mobile layout, see the screenshot.
Attachments:
You must be logged in to view attached files.February 19, 2015 at 06:51 #46660realokunParticipantwhich should look like this
Attachments:
You must be logged in to view attached files.February 19, 2015 at 12:47 #46678AbeKeymasterIt is strange since by default it does not act like that
Laura’s css should work but it needs to be restricted only to mobile, something like this:COPY CODE@media screen and (max-width: 767px) { .posts-listing.standard-listing.with-meta .article-content { margin-left: 0px !important; padding: 0 0 0px; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.February 19, 2015 at 18:48 #46743realokunParticipantThanks Abe, I put your CSS in place, but it didn’t fix the problem. It is still there, you can see for yourself.
February 19, 2015 at 18:54 #46745realokunParticipantBy the way, here is all the custom css I have in the child theme. Perhaps you can spot some problem there?
COPY CODEarticle .article-meta .post-meta a.post-time:after { padding-left: 2px; } div .wp-caption { margin-left: 15px; } .template-page { padding-top: 10px; padding-bottom: 10px; } h1 { margin-bottom: 5px; } /* To move logo closer to the left, default 15px To move menu closer to the right */ #header .kleo-main-header .container { padding-left: 5px; padding-right: 5px; } /* * To space menu items closer */ .navbar-nav>li>a { margin: 0 5px; } /* * To remove a huge gap between posts in Standard layout */ .posts-listing.standard-listing.with-meta .article-content { margin-left: 130px; padding: 0 0 0px; } .posts-listing.standard-listing.with-meta .type-post { margin-bottom: 0px; } /* * To remove a 130px left padding in Standard layout on mobile */ @media(max-width:767px) { .posts-listing.standard-listing.with-meta.article-content { margin-left: 0px !important; padding: 0 0 0px; } }
-
AuthorPosts
The topic ‘Standard layout: the text is half-width in mobile version’ is closed to new replies.