Hello Support-Team,
i have 4 widgets in the footer. on smartphones there´s a problem with the layout only on homepage. the widgets don´t get 100% width like on other sides – only on homepage. look here: http://bit.ly/1Wl56X9
Thank´s for help.
Hey Tobias!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
#footer .flex_column {
margin-left: 0;
width: 100%;
}}
Regards,
Yigit
Hey Yigit,
thank you for the quick answer. sorry, but that does not work.
you can test it, the script ist online.
Tobias
Hi!
Please try adding !import rule to the code as following
@media only screen and (max-width: 767px) {
#footer .flex_column {
margin-left: 0 !important;
width: 100% !important;
}}
Best regards,
Yigit
Thank´s yigit for your answer!
No, it doesn´t work on the frontside. Look: http://bit.ly/1TQDow0
on other sites there is no problem with the footer-layout. very strange ….
Best regards – thank´s for your help
Tobias
Hey!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
Thank´s for your quick answer. Look at private content