Shopify themes, liquid, logos, and UX
My product page is working well on mobile view and when full screen on my desktop. However, when I drag the window in the price overlaps the title and when I drag it in further the whole description overlaps the images making it look awful. See screenshots attached. Is there a simple piece of code I can add to fix this issue?
Here is the link: https://artifypassion.com/products/bespoke-dance-watercolour-masterpiece
Thanks in advance.
Hi @s0l0m0n
We're BSS Commerce - Shopify Partners & Experts providing Shopify apps and Store Development on Shopify & Shopify Plus.
We checked your website (https://artifypassion.com/products/bespoke-dance-watercolor-masterpiece and found that:
- Responsive problem: Actually it's normal across devices
- However, there are some errors in price display when shrinking the screen on the tablet.
To solve this problem you need to visit: Online store => Themes => Edit code
Then find the file "styles.css" and paste the code below and save the file. Finally test your website.
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.cpb-product-price {
margin-top: 30px;
}
}
Good luck, if this solution helps you, please mark the solution, thanks!
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Hey 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, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024