Viewing 1 replies (of 1 total)
  • CrouchingBruin

    (@crouchingbruin)

    At the bottom of your child theme’s style.css file, I see a lot of rules which look like this:

    .two_third {
        width: 66% !important;
        margin-right: 2% !important;
    }

    I’m not sure why those rules were put in there, but they are interfering with the media queries which handle the responsiveness of the theme. You also have a rule which adds 2.5em of right margin and 2em of left margin to the entry content, and so a media query has to be written to override that as well.

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile site has too much padding– where can I change that coding?’ is closed to new replies.