Hi,
I have problem whith footer background in responsive
Fotter’s background color is orange in the responsive it gets gray// How I can fix it?
Here you can see a screenshot: http://prntscr.com/6ilvsb
Thanks!
Hey Lev!
Thank you for using Enfold.
You have this custom css code which also affects the footer container:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .container {
height: 20px;
}}
Cheers!
Ismael
Hey,
I added this link that was a problem in the top menu,
When I take it off – the top menu is very high not good result, And the fotter good
And when I put it back there as a problem in fotter
There is a conflict… What can I do?..
Many thanks in advance
Sorry i forget to attached screenshot:
for the top menu when i remove this code:
http://prntscr.com/6jv2pw
Hey!
Please use following code
@media only screen and (max-width: 768px) {
#footer {
height: 1217px;
}}
Cheers!
Yigit
Thanks Yigit!!!!!
Its Work!!!
You are the best!