Hello,
First of all I love the theme, it’s brilliant. I do have an issue though.
There is some kind of margin at the top of the portfolio element. In the sidebar on http://www.zendos.nl/website-design/ you see that there’s some empty space.
How can I remove that?
Thanks.
Hi JerrelZ!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-67 .sort_width_container.av-sort-yes {
display: none;
}
Regards,
Yigit
Hello Yigit,
Thanks for your response. It works, but it’s not working for all pages. On the homepage (http://www.zendos.nl/) there’s still empty space?
Thanks.
Never mind, I got it. It was:
.page-id-244 .sort_width_container.av-sort-yes {
display: none;
}