Shopify themes, liquid, logos, and UX
How can you fixate the product description? Mine is not moving while scrolling unlike the title, price etc.
URL: aliudclothing.com
Solved! Go to the solution
This is an accepted solution.
Hey @KimGottwald,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
@media only screen and (min-width: 990px) {
.grid.product-single .grid__item.product-single__meta--wrapper.medium--five-twelfths.large--five-twelfths {
position: sticky !important;
top: 0 !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
Hey @KimGottwald,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
@media only screen and (min-width: 990px) {
.grid.product-single .grid__item.product-single__meta--wrapper.medium--five-twelfths.large--five-twelfths {
position: sticky !important;
top: 0 !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025