Dear Kriesi-Team,
you helped mit two days ago with the following code to make the footer responsive.
@media only screen and (max-width: 767px) {
#footer .flex_column {
width: 100% !important;
}
}
BUT: it don’t look like the footer at the start page? It seems to be centered?
I send you the link to the site private. Please compare the start page with the second.
Hi jenvideo!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) {
#footer .widget {
text-align: center;
}}
Best regards,
Yigit
That is a solution for the unique view of all footers, but it’s not the best. Why? The width of the start site and the others seems not to be the same.
I decided now to use the code and deleted the last entry in the footer. It was moved in the second row, because of the width.
Sorry, my english is very dusty…