Could I adjust the alignment of my price, reviews, title, variants, and selling points to the left-hand side on mobile, instead of being centered? My theme is Impulse. Thank you!
Hi @brianel ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:
@media screen and (max-width: 768px) {
.product-single__meta {
text-align: left !important;
}
}
Hope my answer will help you.
Best regards,
Victor | PageFly
1 Like