i’m trying to follow a video guide at the moment and the footer is too high no matter what I do. A mod earlier Jordon helped told me a code
.main_color.container_wrap > .container {
min-height: 2000px;
}
it helped a bit for some pages but when i tried to put in a portfolio with the masonry the footer is super high only on that page. Not only that I thought about it for awhile so I decided to do an install with a child theme now and so basically everything is default at the moment except for a few minor things. The footer is still super high. Can somebody go in my account and take a look please?
So I don’t think that code really helps the issue
is there any mods that can help please my info to my website is in the private content below?
Hi!
Can you please try this instead:
/* display .container or masonry at 60% of viewport height*/
.main_color.container_wrap > div {min-height:60vh!important;}
Best regards,
Sarah