Tagged: testimonials
- This topic has 5 replies, 2 voices, and was last updated 5 years, 8 months ago by
Skandha.
-
AuthorPosts
-
March 23, 2018 at 4:21 pm #134010
toddautinw
ParticipantHi,
I’m using the testimonial option in the Catch Response theme to create three columns of text on my homepage. See http://www.icap2050.org/proposal.
They look nice on a regular computer display. However, in the mobile display the first to columns appear side-by-side and the third column appears beneath them. Is there a way to stack these vertically in the mobile display so the viewer sees the first, followed by the second, followed by the third as he scrolls down.
Thanks,
Todd
March 24, 2018 at 9:14 am #134034Skandha
Participant@toddautinw: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (max-width:769px) { .testimonial-entry { float:unset !important; margin:auto !important; } }
Let me know if this does the trick.
Regards,
SkandhaMarch 24, 2018 at 6:07 pm #134072toddautinw
ParticipantSkandha,
This CSS code does a nice job of stacking and centering the three testimonials but one further request. Each testimonial is constrained to a very narrow column. Can we adjust the code so that each testimonial column is as wide as the image in the slider above?
Thanks,
Todd
March 24, 2018 at 10:52 pm #134082Skandha
Participant@toddautinw: In the previous CSS Code I provided you add
width:100% !important;
aftermargin:auto !important;
Let me know if this does the trick.
Regards,
SkandhaMarch 30, 2018 at 4:50 pm #135544toddautinw
ParticipantYes, this worked. Sorry for the delay in my response.
Thanks,
Todd
April 1, 2018 at 10:11 am #135594Skandha
Participant@toddautinw: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
don’t hesitate to let me know. Have a good day.Regards,
Skandha -
AuthorPosts
- The topic ‘Testimonials in mobile display’ is closed to new replies.