Hello, I am trying to place a custom html on the homepage of my website. On the desktop I managed without problems, but on the mobile it is too small and I'm not able to fix it. If anyone can help me I would be very grateful.
Html in use: <img src="https://i.ibb.co/s18tfSf/Mercado-Pago-Bar.png" alt="Mercado-Pago-Bar" width="3000" height="2000" data-load="full" style="">
Link: mana-shop.com
Password: 123456
Desktop
Mobile
Solved! Go to the solution
Hi @Nickmegax !
Add the following code inside your theme.scss file:
@media only screen and (max-width: 600px) {
.section-block--padding.grid__item.one-whole.align--top-middle {
padding: 5px!important;
}
}
Let me know!
This is an accepted solution.
Sure Thing!
Add the following:
@media only screen and (max-width: 600px)
{
div#shopify-section-1601351867311 {
margin-bottom: 15px;
}
}
Let me know!
User | Count |
---|---|
25 | |
24 | |
23 | |
19 | |
13 |