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: menu links to other pages in one-page mode

New Front EN Support Forums Kanso Theme Support menu links to other pages in one-page mode Reply To: menu links to other pages in one-page mode

#2744
mmsatori
Keymaster

Hey Kjael,

this happens because the existing menu items just don’t fit into the space left in the header area after the logo :) you could try e.g. reducing the padding of the “li” elements by adding a bit of CSS:

#nav-primary li { padding: 0 !important; }

Best,
Andrii / Satori Studio