• Resolved Hilary Curtiss

    (@hilarykenmare)


    When I go to my site on my phone everything is very big, having to scroll left and right a few times. It looks great on a tablet though! Anyway to fix this for mobile viewing?
    thanks

    The Healthy Collective

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author alex27

    (@alex27)

    You introduced quite a lot of modifications compared to original layout, so there’s not one fix. Now you need to work out the quirks of mobile version with media queries.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thread Starter Hilary Curtiss

    (@hilarykenmare)

    Hi,
    I know it’s been a while. I’ve been playing around with some of the codes in links that Andrew provided… I can’t seem to get it looking right on iphone. Any other ideas?

    Theme Author alex27

    (@alex27)

    Hello!

    It seems that the problem is not with the media queries, but with general styles you added that overwrite those settings. In your child theme style.css, line 100 you have:

    #page {
        width: 1008px;
        margin: -2.5em auto 0;
    }

    By setting explicit width like this you overwrite other settings.

    Thread Starter Hilary Curtiss

    (@hilarykenmare)

    Hmm. I don’t recall adding that? Obviously I did. So Should i delete those lines? or change the numbers?

    Theme Author alex27

    (@alex27)

    You probably copied those over from parent theme, but you don’t need those in your child theme. Remove them and see what happens ??

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