• Resolved amandawa

    (@amandawa)


    I am making a new site based on 2016 and have made a full width template (ie no sidebar) to use on some pages. My problem is that if there’s not much content on the page the footer ends up half way up the screen.

Viewing 1 replies (of 1 total)
  • Thread Starter amandawa

    (@amandawa)

    I have a solution.

    The short page appears to only be a problem for when looking at a larger screen (eg desktop). Mobile screens have a different layout which would be made ugly with this fix so I have targeted just bigger screens. I put this css is my child theme style sheet:

    @media all and (min-width:910px) {
    #content{
    min-height: 550px;
    }}

    I am sure there will be other solutions more elegant than mine but I will share it in case it helps someone else.

Viewing 1 replies (of 1 total)
  • The topic ‘Removed sidebar makes page too short’ is closed to new replies.