New Front EN › Support Forums › Kabuki Theme Support › logo responsive design › Reply To: logo responsive design
August 8, 2013 at 9:54 am
#1420
satori
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