Static Home Page for Mobile Text Cut Off
URL to the page in question:
http://coyacromer.com.au
-
This is ONLY on the MOBILE version of the Mise En Place – if you visit you will see (also attached image). The text box – a semi “About” section has the text cut off – it is like a scroll option is disabled – unsure how to amend.
Thanks in advance.
Hi Jason,
Try this css code to try and fix it.
Cheers
Sam
@media only screen and (min-width: 250px) and (max-width: 767px) {
.hero-top .section-content {
position: relative;
}
}
Hi Jason,
Try this css code to try and fix it.
Cheers
Sam
@media only screen and (min-width: 250px) and (max-width: 767px) {
.hero-top .section-content {
position: relative;
}
}
- The topic ‘Static Home Page for Mobile Text Cut Off’ is closed to new replies.