Hi there,
I have created a Product Page template that I have added the “Image with Text” element. I would like to know what the CSS is to style the text on this element. Please see screenshots below.
There is a Custom CSS box, so I assume I just need to add some CSS code in there to style the text properly ? What I am looking for is that the text is left-aligned and contained nicely.
If you look at screenshot 2 below, you will see that the text is simply not styled well, so if anyone can give me some CSS code to try, I would be extremely grateful
Screenshot 1
Screenshot 2
Hi,
If you send the website link, I can try to help!
Terence.
Hi Terence,
Thanks for your reply, I actually got it sorted 
But I have another query, here is my store link :
https://7fb06d-13.myshopify.com/
Youll see at the bottom of the homepage, there are some client testimonials. They look good on desktop, but they look terrible on mobile.
So I would like to hide them on mobile. How do I go about this, I assume with some CSS ?
Thanks for your help.
Hi again 
I believe you want to hide this element on mobile devices because it doesn’t fit on a single line. While this can be achieved with custom development, there seem to be other issues on the page as well. Nevertheless, the following code should hide the specific area you’re referring to.
-
Navigate to the ‘Edit Code’ option in your theme settings, then search for ‘theme.liquid’ in the search bar.
-
Paste the following code below the ‘’ tag. Please refer to the attached screenshot for guidance.