Tagged: x
-
AuthorPosts
-
February 4, 2017 at 5:41 pm #1358139
pequliarParticipantOn all PC browsers (including Safari) and Android the left column background is white and the right column background is an image. However, on iPhones the image in the right column is the background for all of it, which isn’t a problem on the front page but it makes the individual posts difficult to read (for example: http://twoboysatplay.com/the-case-for-being-single/). I don’t have access to a Mac laptop or desktop so I don’t know how it looks there.
I tried some CSS:
.x-main.left {
background-color: FFFFFF;
}… which again works on PC browsers but not on iPhone. Why would it look different and how can I fix it? Thanks!
February 5, 2017 at 1:05 am #1358381
ChristopherModeratorHi there,
It works fine, it shows background color of recent posts correctly, see the attachment.
If you want to display body image, add following code in Customize -> Custom -> Global CSS :@media (max-width:979px){ .x-container.main:before { background-color: transparent } .x-main.left { padding: 30px; } }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1358139 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
