What's your biggest current challenge? Have your say in Community Polls along the right column.

description text doesn't adjust to different mobile angles.

Solved

description text doesn't adjust to different mobile angles.

suoshie
Explorer
175 0 10

My about page has a video background with overlapping description text. On mobile when adjusting to landscape mode the top part of the description is covered by header, and sometimes on portrait mode when people dont open on system browser. Can someone help me make the description adjust to both portrait and landscape mode so that none of the text is covered on the page?

STORE URL: https://c1e46d.myshopify.com/collections

 

cropped.jpgcroppped.jpg

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3120

This is an accepted solution.

Hi @suoshie 

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

 

Online Store ->Theme ->Edit code

Assets ->Base.css

@media(min-width: 1240px) {
.imageBoxInfoDescription p {
    font-size: 18px !important;
    line-height: inherit !important;
}
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

View solution in original post

Reply 1 (1)

PageFly-Victor
Shopify Partner
7865 1786 3120

This is an accepted solution.

Hi @suoshie 

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

 

Online Store ->Theme ->Edit code

Assets ->Base.css

@media(min-width: 1240px) {
.imageBoxInfoDescription p {
    font-size: 18px !important;
    line-height: inherit !important;
}
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly