How to fix text and price alignment issues on iPad?

Solved

How to fix text and price alignment issues on iPad?

JonasBorum
Tourist
15 0 1

Hello, i asked a question earlier about aligning the text and prices in my theme expanse. And it also worked. 

 

However, when you are using the site on an iPad it still looks a little bit weird. I could try to bring the text higher op, but then it would look weird on my phone. 

 

Any solutions?

 

The name of the page is santibo.dk

The password for the are: Santibo123

 

If you need to see it you probably need to use an iPad or a different format than a computer. 

 

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4991 1118 1796

This is an accepted solution.

Hi @JonasBorum ,

 

This is Richard 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:

.grid-product .grid-product__title {
    height: auto !important;
}

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

zaczee
Globetrotter
855 46 44

Hi @JonasBorum ,

 

Can you let us know which text you want to align. Kindly send us a screenshot

 

PageFly-Richard
Shopify Partner
4991 1118 1796

This is an accepted solution.

Hi @JonasBorum ,

 

This is Richard 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:

.grid-product .grid-product__title {
    height: auto !important;
}

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

JonasBorum
Tourist
15 0 1

Hello Richard

 

Thank you, this worked!:D