Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can I adjust the font size to fit my image in the text section?

How can I adjust the font size to fit my image in the text section?

gladstonewine
Tourist
9 0 1

I am trying to change the 'image with text section'. I wish to have the image on the left side and the text next to it on the right side however the text is too big and so keeps changing the size of my image so that half of it can't be seen. Is there a way to make the font size smaller so that it fits next to my image and stops the image size from changing? 

Replies 5 (5)

gladstonewine
Tourist
9 0 1

Made4uo-Ribe
Shopify Partner
9069 2166 2673

Hi @gladstonewine ,

Did you remove the image with text section? I only see the rich text, banner and featured products sections. If your familiar with the coding you can use font-size: 20px(change the size that you like).

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
gladstonewine
Tourist
9 0 1

It is for a theme I am customising in the back end, I have not yet published it. Are you still able to help me without having published it?

gladstonewine
Tourist
9 0 1

the coding works, however it is inly changing the title font size rather than the font size of the body text and as they are in the same section i do not know how to change the font size of the body text

ShazC
Tourist
8 1 2

Copy this into the Custom CSS for the Image with Text section and just change 16 px to whatever size you want.

.image-with-text .image-with-text__text {

   font-size: 16px;

}