Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1358139
    pequliar
    Participant

    http://twoboysatplay.com

    On 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!

    #1358381
    Christopher
    Moderator

    Hi 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.

  • <script> jQuery(function($){ $("#no-reply-1358139 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>