Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #846165

    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

    Image and video hosting by TinyPic

    is there any mods that can help please my info to my website is in the private content below?

    #846349

    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

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