-
AuthorPosts
-
December 16, 2015 at 8:54 pm #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örgDecember 16, 2015 at 9:32 pm #553994Hi 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,
BasilisDecember 18, 2015 at 12:27 pm #554911Hi Basilis,
the Footer is not on the landindpage, but on the other pages.
Best RegardsDecember 18, 2015 at 2:56 pm #554973Hi!
Can you please switch user role to administrator so we can see your other pages?
Regards,
YigitDecember 18, 2015 at 2:58 pm #554976Sorry for that. Done.
RegardsDecember 18, 2015 at 3:08 pm #554987Hey!
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 betterRegards,
YigitJanuary 4, 2016 at 6:17 pm #559380Hello.
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?January 5, 2016 at 12:28 pm #559863Hey!
Thanks for the screenshot. The issue is resolved by adding custom css to Enfold > Alignment Styling > Quick CSS
Best regards,
VinayJanuary 5, 2016 at 1:55 pm #559927Hey, 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; } }
-
AuthorPosts
- The topic ‘Footer Columns float’ is closed to new replies.