Blank Space on Category Navigation
-
I’ve seen the solution above on other topic, but it only worked for blank spaces on the home. What should I do to fix this problem when I am navigating through categories?
Into Add Custom CSS, I’ve already inserted the code:
#content .article-box:nth-child(odd) {
clear: both;
}.paging-navigation {
clear: both;
}Tks.
- The topic ‘Blank Space on Category Navigation’ is closed to new replies.