• Resolved ampeli

    (@ampeli)


    Is it possible to add CSS to insert line breaks between custom fields in the single post view? In particular I would like to make a space between the testimonial date and the hyperlinks to previous and next testimonials.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @ampeli,

    To add space between them I recommend using this code in Appearance > Customize > Additional CSS:

    .testimonial-client > div {
        padding-bottom: 10px;
    }

    If you’d like to only add some space between the testimonial date and the hyperlinks to previous and next testimonials please use this code:

    .testimonial-client {
        padding-bottom: 20px;
    }

    All the best,
    Mihaela

    Thread Starter ampeli

    (@ampeli)

    Thanks so much Mihaela. CSS has done exactly what I wanted. ?

    Happy to hear that @ampeli!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Single post view – insert line breaks?’ is closed to new replies.