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: Social icons on the same line as the menu on smaller screens

New Front EN Support Forums Kanso Theme Support Social icons on the same line as the menu on smaller screens Reply To: Social icons on the same line as the menu on smaller screens

#2075
mmsatori
Keymaster

Hey Quentro,

here goes:


@media only screen and (max-width: 1030px) and (min-width: 767px) {
#header #logo-wrap {
display: block !important;
margin-bottom: 20px;
#header #nav-wrap {
display: table-cell !important;
}
#header #nav-wrap #nav-primary {
padding-left: 20px !important;
}
#header #social-top {
display: table-cell !Important;
padding-left: 20px !important;
}
}

You can insert this code into the “Style: Add Custom CSS” tab of the Theme Options panel, or, if you are using a child theme (which is recommended) – into the child theme’s style.css file.

Please let me know if it works!

Sincerely,
Andrii / Satori Studio