Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #553970

    Hello @ Kriesi,
    I have build a footer with two columns and like the content from the second column float to the right, so that it fits to the right margin of the page.

    Best Regards
    Jörg

    #553994

    Hi Sigmund!

    I can check your web site and the option you are using, but
    1. I do not see any footer
    2. Maybe was not exactly clear, what you need it to be done.

    Let us know if you can help us more.

    Best regards,
    Basilis

    #554911

    Hi Basilis,
    the Footer is not on the landindpage, but on the other pages.
    Best Regards

    #554973

    Hi!

    Can you please switch user role to administrator so we can see your other pages?

    Regards,
    Yigit

    #554976

    Sorry for that. Done.
    Regards

    #554987

    Hey!

    Can you please elaborate on the changes you would like to make? To me it seems like you have already figured it out (please see screenshot in private content field below).
    If you could post a screenshot, it would help us understand the changes better

    Regards,
    Yigit

    #559380

    Hello.
    if you look at the footer in mobile view you see the gap between the first collumns of the footer and the fourth. I have tried to use 2 collumns but then the content (Datenschutz, Impressum) is not floating to the right side of the whole page. So I take 4 collumns, but then I get the gap. You get my point?

    #559863

    Hey!

    Thanks for the screenshot. The issue is resolved by adding custom css to Enfold > Alignment Styling > Quick CSS

    Best regards,
    Vinay

    #559927

    Hey, that is great. Thanks for that.
    I am posting the code below, perhaps it is helping others.

    Regards
    Sigmund

    @media (max-width: 760px) {
    .container_wrap.footer_color {
    text-align: center;
    }
    .container_wrap.footer_color .textwidget {
    text-align: center;
    float: none !important;
    }
    .container_wrap.footer_color .footerlink {
    text-align: center;
    float: none!important;
    margin-top: -40px;
    }
    .flex_column.av_one_half {
    margin-bottom: -20!important;
    }
    #footer .widget {
    padding: 0;
    margin: 0!important;
    overflow: hidden;
    }
    #footer  {
    padding: 2em!important;
    }
    }
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Footer Columns float’ is closed to new replies.