Tagged: blog view, categories
Hello!
I was wondering how to fix this little issue: when viewing all the posts http://www.ksuforumonthecity.com/hands-on/ or the posts by tags http://www.ksuforumonthecity.com/tag/burgosgarrido/, the first image is perfectly aligned on top with the sidebar, but when viewing the posts by categories http://www.ksuforumonthecity.com/category/interview/, an important gap appears on the top of the image (it seems it also happens in your demo site). I’ve tried to reduce the margin-top, it fixes it for categories view but the regular and tag posts are going up. Do you know how to fix this?
Best regards,
Anne-Sophie
Hi asdevargas!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.archive .category-term-description { margin-bottom: 0; }
Cheers!
Yigit
Awesome! Thank you very much :)