msollami Posted August 14, 2019 Share Posted August 14, 2019 I have a blog with theme Five and split sidebars, and it looks fine on desktop browsers: msollami.com/ideas However, on mobile the content is not always centered: On my iPad in portrait mode it is wrong: Update: After trying the code in the solution, it now looks totally wrong in portrait mode: Link to comment
tuanphan Posted August 16, 2019 Share Posted August 16, 2019 @msollami Border left width is 269px. Add to Home > Desig n > Custom CSS @media only screen and (max-width: 1024px) { .split-sidebars #content-wrapper { border-left-width: 0 !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
msollami Posted August 16, 2019 Author Share Posted August 16, 2019 Ok, I've added your code, and that helps with resizing, but now in iphone Portrait mode it looks bad... Can you see? Link to comment
msollami Posted August 16, 2019 Author Share Posted August 16, 2019 And recall, that you already gave me this in my css: .collection-type-blog.view-list article img { -webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222); left: 0 !important; width: 100% !important; height: 100% !important; } .view-list article .excerpt-thumb .intrinsic .excerpt-image { display: block; height: 150px; overflow: unset !important; } Link to comment
msollami Posted August 16, 2019 Author Share Posted August 16, 2019 @tuanphan You can see the problem if you resize your desktop browser to be very horizontally skinny, you'll see how the icons are misplaced and warped... Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.