Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #244173
    Bastien Chilloux
    Participant

    Hi,

    How can I reduce the space between “Title” and “Content” in the featured slider ?
    I already have a child theme activated, so what file should I change ?

    Thank you !

    #244265
    Skandha
    Participant

    @bastienchill: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider-section .entry-summary {
        margin-top: 5px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #244299
    Bastien Chilloux
    Participant

    Works like a charm !
    Thank you !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Reduce space between “Title” and “Content” in the featured slider’ is closed to new replies.