Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

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