• Resolved krisnic

    (@krisnic)


    Wondering if it is possible to decrease the padding between the bottom of the image slider and the text (body) of the page.

    As well decrease the padding between the bottom of the navigation menu and the image slider.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Thank you for getting in touch with us.

    Please go to Appearance → Customize → Additional CSS and add the following css:

    .header-row-3 {
        margin-bottom: 20px;
    }
    
    .frontpage-slider {
        margin-bottom: 20px;
    }

    Kind regards

    Thread Starter krisnic

    (@krisnic)

    Thank you so much for your fast response!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Padding between slider and menu/text’ is closed to new replies.