Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Using a line like this:

    @media only screen and (min-width: 480px) and (max-width: 767px) {

    will make it so once you get below 480px in size, all of the wrapped attributes will be ignored.

    Any reason you added the 480px in there?

    Thread Starter figure2

    (@figure2)

    Whatever reason I had was apparently misguided. Thanks for pointing me in the right direction.

    Theme Author Tom

    (@edge22)

    Glad I was able to help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need some help with responsive CSS for GeneratePress child theme’ is closed to new replies.