Yea, it was
However the slider used to be the fullwidth of the box.
Regards
Keith
Hello Rikard,
Everything looks good now.
Is it normal for errors like that to fix themselves?
I would have liked to know what caused the issue, and how it was fixed. So that I can trouble shoot it on my own and fix it in the future, if needed.
Keith
Hi Rikard,
I activated the parent theme and the issue still is present.
Yes please feel free to activate Enfold child or Parent to debug.
Keith
Website added also login details updated.
Solution remove the “a”
#js_sort_items {
background: none repeat scroll 0 0 white !important;
}*/
Hello,
I have a portfolio grid where the sort feature was showing up on a dark background color, I used to follow quick code to correct the background to white.
#js_sort_items a {
background: none repeat scroll 0 0 white !important;
}*/
It is still not working correctly the white only appears where the text is and not the whole section.
Website link attached
Solution
#av_section_1 {
background-color: #ffffff;
}