Hi guys.
I’ve been having problems with the responsive version of Enfold.
1. The Social Media buttons are non existent on the responsive version.
2. There is a beige bar between the navigation and the first picture. I don’t know why and I would love to get rid of it.
3. When opening the navigation it is pink. I would like to change the color and can’t find where to do it.
Hey Carolina,
1. Please try this in Quick CSS:
@media only screen and (max-width: 479px) {
.responsive #top #wrap_all #header .social_bookmarks {
display: block;
}
}
2. And this as well:
@media only screen and (max-width: 767px) {
.responsive #top #main {
margin-top: 80px !important;
}
}
3. And this:
#top #wrap_all .av-burger-overlay-scroll {
background-color: red;
}
Best regards,
Rikard
Hi Rikard
Thank you for the feedback. It worked all well except the color. Instead of of “red” i wrote:
#top #wrap_all .av-burger-overlay-scroll {
background-color: #c39e8c;
}
The color is still pink though.