Shopify themes, liquid, logos, and UX
Im using the Sense theme and im wondering how i move the reviews so they are on the same line/ next to the price.
Solved! Go to the solution
This is an accepted solution.
Hey @Aplussa,
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) {
div.no-js-hidden[role="status"] {
display: inline-block !important;
}
.product__tax.caption.rte {
display: none !important;
}
div:has(>form.installment) {
display: none !important;
}
div.shopify-app-block:has(>.jdgm-widget) {
display: inline-block !important;
margin-left: 10px !important;
}
div .jdgm-prev-badge {
display: flex !important;
gap: 2px !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
It will remain in the same line as long the display has space
Once there isn't enough space, it'll drop down to the next line again
Hey @Aplussa,
Can you share the link to your store? Thanks!
do you know how to fix this?
This is an accepted solution.
Hey @Aplussa,
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) {
div.no-js-hidden[role="status"] {
display: inline-block !important;
}
.product__tax.caption.rte {
display: none !important;
}
div:has(>form.installment) {
display: none !important;
}
div.shopify-app-block:has(>.jdgm-widget) {
display: inline-block !important;
margin-left: 10px !important;
}
div .jdgm-prev-badge {
display: flex !important;
gap: 2px !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
It will remain in the same line as long the display has space
Once there isn't enough space, it'll drop down to the next line again
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024