RaymondDuke
Forum Replies Created
-
Forum: Plugins
In reply to: [Testimonials Widget] Divider Bar showing on just one of my testimonialsYep
Forum: Plugins
In reply to: [Testimonials Widget] Divider Bar showing on just one of my testimonialsI just found the .hentry option. Thanks for your help and the recommendation for the height.
Forum: Plugins
In reply to: [Testimonials Widget] Divider Bar showing on just one of my testimonialsI had did some more editing to the code to take care of the changing height. The .hentry had a padding of 35 0 15. I changed it to zero by using:
hentry { padding: 0; }
Forum: Plugins
In reply to: [Testimonials Widget] Divider Bar showing on just one of my testimonialsI managed to get rid of it by adding this code
.hentry { border: none; }
however, the testimonial how appears lower than the other testimonials.Forum: Plugins
In reply to: [Testimonials Widget] Divider Bar showing on just one of my testimonialsI checked every tab in the widget options, but did not see any option that deals with .hentry. Am I not looking in the right location?
Forum: Plugins
In reply to: [Google Forms] Text boxes are not full widthThanks. I’m happy this was such an easy fix.
Forum: Plugins
In reply to: [Google Forms] Form validation (valid email address)I had asked a question about the form box length. Would your reply in this thread answer the question I had?
(actually, I think your response was intended for me because it worked.)
Thanks!
I had a similar issue except I wanted to add more space – here is what I did:
.title { display: block; padding-top: 20px; }
If you would like to shorten the space, I would change the 20px to a lower number – even a negative value (i.e., -10px).
I’m not programmer, but I know a few tricks – this one might be one that helps you.
Forum: Plugins
In reply to: [Column Shortcodes] How Can i Add space or paddingHere is how to do it: paste the following in your edit CSS
.one_half { width: 48%; margin-right: 1%; margin-left: 1%; } .one_third { width: 32%; margin-right: 1.3%; } .two_third { width: 64%; margin-right: 2.6%; } .one_fourth { width: 24%; margin-right: 1%; } .three_fourth { width: 72%; margin-right: 3%; } .one_fifth { width: 19%; margin-right: 1%; } .two_fifth { width: 38%; margin-right: 2%; } .three_fifth { width: 57%; margin-right: 3%; } .four_fifth { width: 76%; margin-right: 3%; } .one_sixth { width: 16%; margin-right: .6%; }
You can change the % values accordingly.
.excerpt { display: block; padding-bottom: 20px; padding-top: 20px; }
is what I used to add the necessary spaces. Now I just need to edit the title font and size and I am good to go!
Fair enough, ckoerner.
I updated my review.
I added:
.excerpt { display: block; }
and I was able to make the excerpt show on a new line – awesome. Now to add some a space after the picture, title, and excerpt, and to format the title text..
Hmm, okay. I guess I have to learn how to format css better. Do you have any sites you recommend?
I’m also curious on how to add a space. Right now my title is immediately followed by my excerpt; and I would like it instead to be on a new line.
Forum: Reviews
In reply to: [Responsive Column Widgets] Not user friendly at allYou are a funny person. I’m not going to argue with you, and you are calling me an idiot basically, in the nicest way possible. Have a great weekend.