Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Can I adjust mobile alignment for price, reviews, and title on Impulse theme?

Solved

Can I adjust mobile alignment for price, reviews, and title on Impulse theme?

brianel
Tourist
4 0 0

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!

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3117

This is an accepted solution.

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

View solution in original post

Replies 2 (2)

PageFly-Victor
Shopify Partner
7865 1786 3117

This is an accepted solution.

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

stylora
Visitor
1 0 0

Screenshot 2024-06-28 205251.png
Hey Victor, thanks! I was looking to left align that text below the price too... 

You got a solution to that?

best regards
Ricky