Static Home Page for Mobile Text Cut Off

Support Area Forums Mise En Place Static Home Page for Mobile Text Cut Off

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://coyacromer.com.au
  • Author
    Posts
  • #38684
    Jason King
    Participant

    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.

    Attachments:
    #38716
    Organized Themes
    Participant

    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;
    }
    
    }
    #38717
    Organized Themes
    Participant

    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;
    }
    
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Static Home Page for Mobile Text Cut Off’ is closed to new replies.