Re: Need to change/add padding

Solved

Need to change/add padding

memahmudhassan
Excursionist
37 0 9

Problem one: For the phone version, how can i add padding for the featured collection product?

Problem two: For the product page, how can i add padding for the product page main image?

 

Theme: Prestige

Link one: https://prettycious.com/
Link two: https://prettycious.com/products/i-want-you-to-believe-deep-in-your-heart

 

Screenshot 2024-05-22 021941.pngScreenshot 2024-05-22 022034.png

MAHAMUD H.
Accepted Solution (1)

PageFly-Richard
Shopify Partner
4584 1051 1711

This is an accepted solution.

 Hi @memahmudhassan 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
@media (max-width: 767px){
section#shopify-section-template--22717424009532__featured_product_WNiRzp,
section#shopify-section-template--22717424337212__main {
padding: 20px;
}
}
</style>

 

While reviewing your page to address the issue, I noticed that your product page looks nice, warm, and elegant. However, I have one suggestion to make your store design and brand more unique: Consider to add the Product review to your product section on both pages ( Home and Product )

PageFlyRichard_0-1716340682356.png


Adding reviews will make your product more trustworthy.

 

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


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

View solution in original post

Replies 3 (3)

PageFly-Richard
Shopify Partner
4584 1051 1711

This is an accepted solution.

 Hi @memahmudhassan 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
@media (max-width: 767px){
section#shopify-section-template--22717424009532__featured_product_WNiRzp,
section#shopify-section-template--22717424337212__main {
padding: 20px;
}
}
</style>

 

While reviewing your page to address the issue, I noticed that your product page looks nice, warm, and elegant. However, I have one suggestion to make your store design and brand more unique: Consider to add the Product review to your product section on both pages ( Home and Product )

PageFlyRichard_0-1716340682356.png


Adding reviews will make your product more trustworthy.

 

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


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

memahmudhassan
Excursionist
37 0 9

Thanks, it worked!

MAHAMUD H.

iCart_App
Shopify Partner
607 59 110

Hello @memahmudhassan,

 

For Link one: https://prettycious.com/

You can try this code: it might be helpful to you- 

Navigate to the Online Store-> Theme-> Edit code-> Assets> theme.css -> add below the code(bottom).

@media screen and (max-width: 767px) {
#shopify-section-template--22717424009532__featured_product_WNiRzp {
    padding: 20px;
}
}

 Link two: https://prettycious.com/products/i-want-you-to-believe-deep-in-your-heart

 

You can try this code: it might be helpful to you- 

Navigate to the Online Store-> Theme-> Edit code-> Assets> theme.css -> add below the code(bottom).

.product-gallery[allow-zoom] .product-gallery__media {
    padding: 12px;
}

 

iCart Cart Drawer Cart Upsell App


- If you find the solution helpful, please accept and like it
- To learn more visit www.identixweb.com