Tagged: , , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #426486
    #426775

    Hi omnivoroussoon!

    You have the correct code for changing the padding. Just add another section like so to target the other sizes.

    @media only screen and (max-width: 3000px) and (min-width: 968px) {
    .responsive.html_header_sidebar .logo {
    padding: 38px !important;
    }}

    Regards,
    Elliott

    #426779

    Hi Elliott,

    That’s exactly what I wanted.
    Thank you so much!

    Brandon

    #426961

    Hey!

    Great, glad we could help.

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.