Widget CSS padding & height
-
Looking to slightly change the RHS widget and would appreciate any guidance:
1. Reduce overall widget height “height: 422px”. Not sure exactly what to yet but I think 250px might be ok – will test
2. Move testimonial left to be inline with heading. Think the padding might need reducing?
I can make it happen when inspecting with Chrome but struggling to translate that into CSS that works. So nay help would be fantastic! Thanks
The page I need help with: [log in to see the link]
-
Thanks for including a link.
1. In the view settings > Slideshow > Behavior, there are 2 options for height: match the tallest slide or adjust to each slide.
2. Try this:
.strong-view-id-4 .testimonial-inner { padding: 0; }Hi Chris
Many thanks for the assistance!
1. That worked a treat!
2. Added the css (.strong-view-id-4 .testimonial-inner { padding: 0; }) but it didn’t seem to make any difference. I’d tried that myself but found it didn’t work – hence contacting you. I’ve left it in place for the meantime.
Any other ideas?
Regards
TonyNo problem. Try this instead:
.strong-view-id-4 .testimonial-inner { padding: 0 !important; }That worked perfectly!
All sorted now.
Many thanks.
hello ! i have the same issue…Where did you add those code lines ??
Thanks!.-
This reply was modified 7 years, 6 months ago by
ajrd2000.
There are several options for custom CSS:
https://strongplugins.com/document/strong-testimonials/custom-css/where-to-put-custom-css-code/ -
This reply was modified 7 years, 6 months ago by
The topic ‘Widget CSS padding & height’ is closed to new replies.