Viewing 8 replies - 1 through 8 (of 8 total)
  • When did it stop being responsive?

    Thread Starter nay18

    (@nay18)

    I went live with the site yesterday and checked all the small details and found that it was no longer responsive…

    Thread Starter nay18

    (@nay18)

    Hi tjmarsh,

    I see it is only on the “body” section of all my pages..

    Thank you!

    So this is resolved?

    Glad to hear!

    The theme is responsive. However, you’ve set the width property on several elements so the site isn’t able to resize properly. For example, this rule:

    .site-content .entry-content, .site-content .entry-header, .site-content .entry-summary {
        color: #555;
        width: 1080px;
    }

    and this rule:

    #homeLinks {
        display: block;
        margin: 0 auto;
        width: 1080px;
    }

    When you set the width to 1080px for those elements, then the width of the page stays at 1080px, which is why on a mobile device, like a cell phone, your users are going to have to scroll to the right to see the content.

    You should remove those width properties and your site will respond much better.

    Thread Starter nay18

    (@nay18)

    Thanks so much CrouchingBruin! ??
    Working on this now!

    OK, if you have a cache plugin activated, be sure to either deactivate it temporarily while you’re making changes or flush the cache so your changes will show up right away.

    Thread Starter nay18

    (@nay18)

    Hi Crouching Bruin..

    Thanks for all the help – not sure if you could help me with another issue im experiencing…

    I removed the width but then the ‘ div.entry-content decreased( there is no option on this theme to not remove a side bar so I removed it from the sidebar page.

    I need my content in the body to be full width or central.

    Thank you so much!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Responsiveness’ is closed to new replies.