Hi all,
On mobile, my price gets cramped with the product title. Is it possible to move the price underneath the title, only on mobile? Just to break up the flow of the page?
https://cncours.com/collections/frontpage
Thanks!
Hi all,
On mobile, my price gets cramped with the product title. Is it possible to move the price underneath the title, only on mobile? Just to break up the flow of the page?
https://cncours.com/collections/frontpage
Thanks!
Hi @csmithco ,
Step 1: Go to Shopify Admin β Online Store ->Theme β Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Thank you! Perfect
@csmithco No problem, Have a good day ![]()
Go to online store β theme β edit code.
Open componet-price.css.
@media screen and (min-width: 750px) {
.price {
margin-top: 0.7rem !important
}
}
Is there any way to make it drop one more line down? Just to create some space between the title and the price? Thanks!
Hi @csmithco ,
Step 1: Go to Shopify Admin β Online Store ->Theme β Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Sadly this isnβt working for me!
Pls try again this code:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Amazing, works well. Thanks again.
@csmithco , I am happy to always support you. Have a good day ![]()