Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #393427

    Is it possible to push the footer and socket to the bottom of every page regardless of content in the main area? For instance this page the socket it huge: http://stage.goldbuckleclub.com/events-calendar/
    Thank you!

    #393987

    Hi mjaraas!

    I’m sorry but I’m not sure I understand. Can you take a screenshot and highlight what your trying to do with the footer and socket?

    Cheers!
    Elliott

    #394697
    This reply has been marked as private.
    #394721

    Hi!

    You can set a minimum height to the content container, try adding this to Quick CSS:

    #main .content {
        min-height: 600px;
    }

    Cheers!
    Josue

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