Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #303649

    For pages with small content (without enough height). In high screen resolution, the footer background will increase to filled the height How to keep the footer background and content fixed no matter the size of the content in enfold ? (please help)

    #304062

    Hey!

    Try adding this code to the Quick CSS:

    html, #scroll-top-link{
    background-color: red;
    }

    Change red by the background color of your footer.

    Cheers! 
    Josue

    #304128
    This reply has been marked as private.
    #304149

    Hi!

    In that case you’d need to increase the container minimum height, try adding this:

    .container_wrap .content{
    min-height: 800px;
    }

    Cheers!
    Josue

    #304689

    Hey!

    Can you post a screenshot/mockup of what would you want to achieve?

    Best regards,
    Josue

    #305517

    From the screenshot,this is the footer(red arrow) background bigger in Pages without enough content to increase height
    https://www.dropbox.com/s/49ege65cnuqe24a/swag.PNG

    Footer background for pages with enough content to increase height
    https://www.dropbox.com/s/k8z8jp0w0zg7vk3/swag%20big.PNG

    I want to achieve a fixed footer background height like this https://www.dropbox.com/s/k8z8jp0w0zg7vk3/swag%20big.PNG no matter the content size and also for bigger screen resolution

    • This reply was modified 10 years, 3 months ago by mscott819.
    #305523

    Hey!

    I see, to achieve that you’d need to increase the container minimum height, did you try this code?

    .container_wrap .content{
    min-height: 800px;
    }

    If that doesn’t work please post a link to your website.

    Best regards,
    Josue

    #308656

    Adding the CSS Property increase the height of the page, also increases the height content of text boxes backgound and other contents on the website an overall website just look really bad,my goal is to keep the height of every other content fixed..any solution ?

    #308658

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.