Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1006094

    Just need to align my footer columns to bottom instead of to – any ideas? – Danielle

    #1006321

    Hey Transform-You,

    If you add the following code:

    #footer {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 10000;
    }

    works for you?
    Is that what you need?

    Best regards,
    Basilis

    #1006939

    okay that made the footer stick to the bottom of the page, – not what I wanted.
    My bad for not being clear on that. I should have said I want to align the content of the footer columns to the bottom of the column and maybe this will help show you what I am looking for….
    footer

    I want the content of the columns to align bottom at about where I put the green line.

    #1006949

    Hi,

    Thanks for the clarification. Please try this instead:

    #footer {
        padding-bottom: 0 !important;
    }

    Best regards,
    Rikard

    #1006970

    code added but nothing has changed

    #1007273

    Hi,

    Have you added the code to the very top of quick css so it runs first? Also, be sure to clear your cache a few times over.

    Best regards,
    Jordan Shannon

    #1007345

    I put the code at the top and cache cleared – still nothing.

    I am here because I know jack about css, but I am looking at this code and thinking maybe the code is for making the columns align to the bottom of the footer, rather than the column content align to the bottom of the column – which is what I am looking to do

    #1008053

    Hi,

    Looking at the site now, it seems like only the last column is not aligned properly. Is this correct?

    Best regards,
    Jordan Shannon

    #1008120

    I think it’s just a coincidence that the first two columns have roughly the same amount of content so it looks like they are lined up, but I can see the difference and they are not. Even if I can add a top margin to the second and third column to bring them all in line (at the bottom) with the others, that would be great. But surely there should be a way to align the content to the bottom of the column. I am open to suggestion….

    #1008224

    Hi Transform-You,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #footer .container {
        display: flex;
        align-items: flex-end;
    }
    
    #footer .container .textwidget p:last-child {
        margin-bottom: 0 !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1008309

    Hi Nikko – you are a SUPERSTAR! Worked like a charm. Feel free to close this thread. Thanks so much. – Danielle

    #1008356

    Hi Transform-You,

    Glad that we could help :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Align Footer columns to bottom instead of top’ is closed to new replies.