About Us page color in mobile

Solved

About Us page color in mobile

kashco
Explorer
107 1 14

https://kashco-interiors.myshopify.com/pages/about-us

 

in desktop it is fine: I want the same color in mobile, how to achieve that ? 

 

div {
max-width: 2900px;
background-color: white;
}

 

Added this but didn't work 

Accepted Solution (1)
kashco
Explorer
107 1 14

This is an accepted solution.

Replies 3 (3)

kashco
Explorer
107 1 14

p {
font-size: 18 px;
white-space: 0px;
color: black;
background-color: white;
}
div {
background-color: white;
}

 

this helped but edges are not white in mobile view. 

suyash1
Shopify Partner
10700 1320 1697

@kashco password to view page?

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
kashco
Explorer
107 1 14

This is an accepted solution.

kashco