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

One page layout – distance between "pages"

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3273
    nalleb
    Participant

    Hello,

    between the distance between the content of the different pages in the one-page layout is pretty wide.

    Is it possible to align this distance?

    Many Thanks and best regards
    Björn

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.