Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #706926

    Hello,

    I noticed recently that all my blog posts on mobile (iphone) are getting cut off on the right side. http://www.iveyengineering.com/facts-you-should-know-prevent-carbon-monoxide-poisoning/

    It seems to be fine on a tablet but the sidebar is extremely narrow. How can I fix these issues? Can the sidebar on the tablet be displayed below the post as the sidebar on an iphone? I do use a social floating bar on the left and adjusted the margins to accommodate for that. However, I deactivated the floating bar and changed the CSS for the margins and it did not help with the text being cut off.

    #707527

    Hey iveyeng,

    I’m not sure why that is happening, could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #710491

    Rikard,

    I’ve posted the admin login details in the private section. Thank you,

    Lisa

    #710964

    Hi,

    I am not able to login.

    You have following custom CSS

    .single-post main.content {
        padding-left: 45px;
    }

    Please change it to following

    @media only screen and (min-width: 990px) {
    .single-post main.content {
        padding-left: 45px;
    }}

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.