Justify/Reduce padding/margin
-
Chris,
The edit you provided to spread the text out worked–now trying to drop the margin/padding between the ‘review’ content and the border-top and border-bottom. I’ve tried a few things but only succeeded in pulling the sidebar div up the top of my page. Also trying to justify the text…..here’s some of what I tried but didn’t work. For quotes, I’m using block quote and inputting quotations marks via the page (see followup on the one of the previous posts).
/*open-suggest fr CD, toy w padding and quotes */
.wpmtst-widget-container .content {
width: auto;
text-align: justify;
text-justify: inter-word;
}.testimonial .content p:before {
content: ‘\201C’;
}.testimonial .content p:after {
content: ‘\201D’;
}/* close-suggest fr CD quotes*/
- The topic ‘Justify/Reduce padding/margin’ is closed to new replies.