Dawn theme product page Icon with Text image customization

I’m using Dawn theme in that I need to customize the product page image with text - Horizontal section in that I want to make the height and width of the image to little bigger only in horizontal image with text section.

Website: https://2512in.myshopify.com/

Password: 2512

Thanks in advance

2 Likes
(min-width: 750px) {
    .banner--desktop-transparent .banner__box {
        padding: 25rem 0 !important;
 }
}

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the tag before the body ----->
if this code work please do not forget to like and mark it solution

Hey @Sivadarshan

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

@Moeed Thanks for the code, but this’ll also affect the vertical icon with text section too. I want to only customize the horizontal section

1 Like

Hey @Sivadarshan

Try this code instead


If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like