Hi there,
I want to resize the first banner image on this page: https://taneraskin.com/pages/kpguide (Dawn theme) in MOBILE only. It should be larger.
Also, if you know how, I would like to make the small images (icons) in the table here larger in MOBILE only.
Best regards,
Isabelle
1 Like
- Here is the solution for you
- Please follow these steps:
- Then find the base.css file.
- Then add the following code at the end of the file and press ‘Save’ to save it.
@media screen and (max-width: 749px) {
.banner__media:first-child {
height: 140px !important;
}
.markdown table td {
padding: 0 !important;
}
}
- Here is the result you will achieve:
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
This is Noah from PageFly - Shopify Page Builder App
Hi @isabellemaria Please add code here to change size image:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
1 Like
Hi @isabellemaria ,
I would suggest to have different section for mobile and desktop. Then you can assign different image sizes or even images. Please follow the tutorial below to achieve this
Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful.