Hello,
the footer is not responsive, have the same 4 column layout as deskop view, the problem is only in the home page
Please see attached screenshot
Thank you
Mauro
Hey profumopuntoit,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#footer .flex_column.av_one_fourth {
float: none;
width: 100%;
margin: 0 0 30px;
}
}
Hope this helps :)
Best regards,
Nikko
Thank you Nikko,
ok now is good but I see the last part of the text before the footer with a black backgroung and blue hyperlinks. I have seen this happening other times
Please see attached screenshot
Mauro
Hi,
Can you try to replace the code I gave to this one:
@media only screen and (max-width:767px) {
#footer .flex_column.av_one_fourth {
width: 100%;
margin: 0 0 30px;
}
}
Let us know if this helps.
Best regards,
Nikko
Thank you but it is not changing backgroung color
I have partially corrected giving a white background in Avia Layout builder to the two interested cells but still there is a black area over it where should be the (black) text “WHAT THEY SAY ABOUT US”
thank you
Mauro
Hi Mauro,
Can you try adding this css code:
.html_stretched .home #wrap_all {
background-color: #fff;
}
Let us know if this works.
Best regards,
Nikko
Ok Nikko, thank you very much
Excellent support, as always
Mauro
Hi Mauro,
Glad to hear that. Thanks for using Enfold :)
Best regards,
Nikko