Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #233985

    Hello,

    I’m creating a no header, no footer landing page and the page in a browser looks OK, although I would rather it fills the page and centers like my normal site (so if you could fix that it would be great) but the biggest issue is on a mobile device where there is no padding – the content is smashed right up agains the left hand side of the window. I’m using an Android phone on Chrome mobile browser.

    http://startawesome.com/get-results-now/

    Thanks,
    JP

    • This topic was modified 10 years, 1 month ago by jaypopsu.
    #234014

    Hey JP!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
    #top.avia-blank #wrap_all {
        display: block !important;
    }
    }

    Cheers! 
    Josue

    #234023

    Josue, that looks great on the mobile site now!

    I couldn’t put it in the quick CSS, nothing ever seems to work when I put it in there. I had to add it through the custom CSS editor. So now that you got that, can you tell me what we need to do to make the regular browser (non mobile) blank template page fill the entire page as well? It’s is all left justified.

    JP

    #234026

    Hey!

    Change the code to this:

    #top.avia-blank #wrap_all {
        display: block !important;
    }

    Regards,
    Josue

    #234028

    That did it! Thanks a lot. Have a great day.

    #234030

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blank page template – no padding on mobile device’ is closed to new replies.