• Resolved awmaeder

    (@awmaeder)


    Single posts do not have a space any more on the left side when viewed on mobile; e.g. text starts immediately at the left side of the screen. Computer screen works fine. I think it came with one of the latest releases.Independent on browser used.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Thank you for contacting us. I am happy to help with any issue you’re experiencing with Sydney theme.

    As inspected, that was due to CSS conflict with Bootsrap library included in the theme. Temporarily, you can fix it with this simple CSS code:

    
    @media only screen and (max-width: 780px) {
      .page-wrap .container.content-wrapper {
        margin-right: 15px;
        margin-left: 15px;
      }      
    }
    

    Add it to your site’s Additional CSS, that is located under Customize menu.

    The permanent fix for this will be added in the upcoming theme update. Thanks.

    Regards,
    Kharis

    Thread Starter awmaeder

    (@awmaeder)

    thanks – works like a charm

    You’re welcome @awmaeder!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display of posts on mobile’ is closed to new replies.