• Resolved rilliam

    (@rilliam)


    Is it possible to add padding-top to sidebar-primary and sidebar-secondary when the screen size is greater then 1200px?

    • This topic was modified 4 years, 4 months ago by rilliam.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You can use this custom CSS code in Appearance > Customize > Additional CSS, to increase the padding-top of the primary and secondary sidebar when the screen width greater than 1200px.

    @media (min-width: 1200px) {
      #sidebar-secondary, #sidebar-primary {
        padding-top: 100px;
      }
    }

    Regards.

    Thread Starter rilliam

    (@rilliam)

    Works great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘sidebar padding media size’ is closed to new replies.