Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author YITHEMES

    (@yithemes)

    Hi there,
    looks like in the slider there is an empty paragraph inside.
    You can remove it or add this snippet of css to fix it without looking of it:

    .yith-slider-slide p:empty {
        display: none;
    }

    You can also add this other css to remove space under the slider:

    header + .yith-slider {
        margin-bottom: 0;
    }

    Let me know if it helps!

    Thread Starter schnittverhext

    (@schnittverhext)

    Hi there,

    I have no free space in the slider. I have now inserted the two codes, but unfortunately there is still a lot of space under the slider.

    best regards
    Lina

    Theme Author YITHEMES

    (@yithemes)

    Additional code:

    header + .yith-slider + .site-content {
        padding-top: 0;
    }
    
    header + .yith-slider + .site-content h1 {
        margin-top: 0;
    }

    In future versions of Proteo I will introduce spacing controls, to help you manage this aspect of the design easily. In the update scheduled for the coming days (we are in testing stage) I’ve already added spacing options for topbar, logo and tagline.

    Thread Starter schnittverhext

    (@schnittverhext)

    Yes perfect, that solved it and I’m looking forward to all updates. <3

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘space under the slider’ is closed to new replies.