All things Shopify and commerce
Help HELP
I need to do adjustment in between
1. the Icon List and Banner
2. The Header and Icon List
Thank you
Solved! Go to the solution
This is an accepted solution.
@OLIV1
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
div#shopify-section-template--19246498251001__dynamic_slideshow {
margin-top: -4rem !important;
}
div#shopify-section-template--19246498251001__845962e2-72ee-42cd-ab5b-4ae9ad6585df {
margin-top: -2rem !important;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hi @OLIV1 , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
This is an accepted solution.
@OLIV1
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
div#shopify-section-template--19246498251001__dynamic_slideshow {
margin-top: -4rem !important;
}
div#shopify-section-template--19246498251001__845962e2-72ee-42cd-ab5b-4ae9ad6585df {
margin-top: -2rem !important;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Dear Top Newyork
I try to put the code and it works only for the desktop version
can we do the same to the mobile version to be one line as well like a desktop ? ??
yeah sure, you can try this code
<style>
@media (max-width: 768px){
div#shopify-section-template--19246498251001__dynamic_slideshow {
margin-top: -4rem !important;
}
div#shopify-section-template--19246498251001__845962e2-72ee-42cd-ab5b-4ae9ad6585df {
margin-top: -2rem !important;
}
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
I think This code is not working with the mobile version
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025