Minimizing white space of testimonials
-
Hallo
I am using the Sela theme and my website is potentiacoaching.co.za. I am really struggling with CSS. My main concern was to make sure my testimonials are added to my menu. Which I figured out. The only problem is that the menu name now says “All Testimonials” and I only want it to say Testimonials. Besides that, the display of the testimonials is horrific. There are loads of white spaces between the testimonials as well as between the heading on the page and the testimonials.
I have found this css code and changed all the values to 0, but it is not displaying on my website. Can anyone please help.
Thank you.jetpack-testimonial .entry-content, .jetpack-testimonial-shortcode .testimonial-entry-content
{
font-style: italic;
margin: 0;
overflow: hidden;
padding: 0.0em 0;
padding-top: 0.0em;
padding-right: 0px;
padding-bottom: 0.0em;
padding-left: 0px;
}
- The topic ‘Minimizing white space of testimonials’ is closed to new replies.