-
AuthorPosts
-
August 13, 2014 at 5:53 am #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)
August 13, 2014 at 11:23 pm #304062Hey!
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!
JosueAugust 14, 2014 at 3:39 am #304128This reply has been marked as private.August 14, 2014 at 4:45 am #304149Hi!
In that case you’d need to increase the container minimum height, try adding this:
.container_wrap .content{ min-height: 800px; }Cheers!
JosueAugust 15, 2014 at 4:29 am #304689Hey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueAugust 18, 2014 at 2:54 am #305517From 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.PNGFooter background for pages with enough content to increase height
https://www.dropbox.com/s/k8z8jp0w0zg7vk3/swag%20big.PNGI 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 11 years, 2 months ago by
mscott819.
August 18, 2014 at 3:19 am #305523Hey!
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,
JosueAugust 25, 2014 at 7:42 am #308656Adding 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 ?
August 25, 2014 at 7:48 am #308658Hi,
Can you post the link to your website please?
Regards,
Josue -
This reply was modified 11 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
