Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #349073

    Before I ask my question, I just wanted to say GREAT THEME. Now, for my question, how do I make all the pages the same height regardless of what’s on the page. I’m noticing the footer section, does not stay at the bottom when there’s no content on the page. I hope i’m making sense. I want all of the pages to be the same height, even if i have one item or multi items on the page. Thanks in advance for your support.

    #349422

    Hey Marv!

    You can add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (min-width: 990px) {
    #main { min-height: 1000px; }}

    it will make the page content minimum 1000px on screens bigger than 990px. You can adjust the values as needed

    Best regards,
    Yigit

    #349423

    Hey Marv!

    I am sorry, but this isn’t something we could you help out with. The theme is build like this to have full cross browser support. If you really want to change it, you would need to hire a freelancer for this, for example here: http://studio.envato.com/

    Best regards,
    Andy

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