I’ve tried many of the other solutions for similar issues but I think the issue is with the column spacing rather than the container itself or the slider bottom padding. Would really appreciate the support! Thanks ![]()
1 Like
hey @novaedgethreads Welcome to Shopify Community can you please share the Website URL
1 Like
Hey @novaedgethreads
Are you referring to the space which is above your product title on mobile? If yes, then:
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above </ body> tag
<style>
@media screen and (max-width: 767px) {
.product__inner.is-sticky {
padding-top: 0 !important;
}
}
</style>
RESULT:
If I managed to help you then a Like would be truly appreciated.
Best,
Moeed
1 Like


