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

How do I adjust image size in the Focal Theme product page?

Solved

How do I adjust image size in the Focal Theme product page?

EcomKing1
New Member
5 0 0

Hello,

 

my Shop slidys.at, focal theme. On the product page, when I try to write the product description using the Image with Text section, the image appears to be full-width (highlighted in red), and there's extra spacing between elements, as shown in the image.

Screenshot 2023-09-18 214233.pngScreenshot 2023-09-18 214146.png

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 292

This is an accepted solution.

Hi @EcomKing1 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file -> Save

 

@media (max-width: 767px){

image-with-text {

    padding-left: 0 !important;

    padding-right: 0 !important;

}}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Reply 1 (1)

PageFly-Henry
Shopify Partner
1184 335 292

This is an accepted solution.

Hi @EcomKing1 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file -> Save

 

@media (max-width: 767px){

image-with-text {

    padding-left: 0 !important;

    padding-right: 0 !important;

}}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.