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: One page layout – distance between "pages"

New Front EN Support Forums Kanso Theme Support One page layout – distance between "pages" Reply To: One page layout – distance between "pages"

#3284
mmsatori
Keymaster

Hey Björn,

there is currently no back-end option to change the spacing between the sections of the one-page layout, yet you can use some custom CSS to achieve this – please go to the “Style: Add Custom CSS” tab of the Theme Options panel and add this code, then click “Save All Changes”:

.page-template-page_one-page-php .page-holder {
padding-bottom: 60px !important;
}

You can use any other figure instead of “60” to adjust the spacing according to your needs.

Sincerely,
Andrii / Satori Studio