Change width and Height from image with text sections

Change width and Height from image with text sections

lunalucenteskin
Explorer
87 0 19

Hi everyone,

 

How can i change the width and height of the "image with text" section.

 

URL is https://lunalucente.com/products/youth-flawless-peptide-serum

Replies 8 (8)

BSS-TekLabs
Shopify Partner
2328 691 814

Can you take a photo marking the part you want to edit, I will help you @lunalucenteskin .

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

lunalucenteskin
Explorer
87 0 19

Just this one

 

 

Image 10-09-2024 at 14.00.jpeg

BSS-TekLabs
Shopify Partner
2328 691 814

I don't see them on your store. Have you made them public?

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
lunalucenteskin
Explorer
87 0 19

Yes if you click the link

 

BSS-TekLabs
Shopify Partner
2328 691 814

- Here is the solution for you @lunalucenteskin 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
.m-image-with-text__image-first {
    width: 500px !important;
    height: 300px !important;
}
</style>

- Change 500px to width you want and 300px to height you want

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
lunalucenteskin
Explorer
87 0 19

Perfect, can u help outlining the sections in the middle. Now they are way more outlined to the left

Image 10-09-2024 at 14.42.jpeg

BSS-TekLabs
Shopify Partner
2328 691 814

Can you republish them so I can check?

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2328 691 814
<style>
@media only screen and (min-width: 600px) {
.m-image-with-text__image, .m-image-with-text__content {
    padding: 0 !important;
}
.m-content-box.m-richtext {
    padding: 1.5rem !important;
}
.m-image-with-text__inner.m\:flex.m\:flex-wrap {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}
.m-image-with-text .container.m-section-my.m-section-py {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
}
</style>

Please replace to this code if you want like that @lunalucenteskin 

BSSTekLabs_0-1725981563126.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now