Reply To: logo responsive design

New Front EN Support Forums Kabuki Theme Support logo responsive design Reply To: logo responsive design

#1420
mmsatori
Keymaster

Hey Carlo,

to declare a CSS rule for a certain range of screen sizes, you can use the @media option:
@media only screen and (min-width: 767px) { #logo-wrap, #nav-primary { left: -250px !important; } }

You can read more about the @media queries e.g. here.

Sincerely,
Andrew / Satori Studio