Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53072
    DannyD123
    Member

    I have the 4 x 4 set up in the customizer, no issues with my code that I can see in the editor etc. Sometimes the featured content appears fine, other times there are large spacing issues. Image attached- please let me know if there is a way to fix. http://www.simplyitalianwine.com

    #53111
    Sakin
    Keymaster

    @DannyD123: It’s known issue and will be fixed in version 1.4 which we have already submitted to WordPress.org. So, it will be live soon after the WordPress Theme Review team approves it. For now, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #featured-content.layout-four .hentry:nth-child(4n+1),
    #featured-content.layout-three .hentry:nth-child(3n+1) {
    	clear: both;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Problem with Featured Content Display’ is closed to new replies.