Home Forums Free Themes Clean Corporate Front Page Widget – Latest News

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #97228
    Anderson
    Participant

    Hello WEN – We have enjoyed the ease of the Clean Corporate theme. However we are having problems with the widget not aligning post exerpts properly. I have changed all sorts of things (image size, number of words in excerpt, title length…) Can you help us please? | http://www.sat7brasil.org |

    #97274
    wensolutions
    Keymaster

    Hello,

    Please add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .clean_corporate_widget_latest_news .latest-news-item:nth-child(3n+1) {
    	    clear: both;
    	}
    
    /* Smaller than standard 1024 (devices and browsers) */
    @media only screen and (max-width:1024px) {
    
    	.clean_corporate_widget_latest_news .latest-news-item:nth-child(3n+1) {
    	    clear: none;
    	}
    
    }
    @media only screen and (max-width: 1023px)
    .clean_corporate_widget_latest_news .latest-news-item:nth-child(3n), .clean_corporate_widget_latest_news .latest-news-item:nth-child(6n) {
        clear: both;
    }
    }

    Hope this helps.

    Thank you.

    #97309
    Anderson
    Participant

    That solved the issue – thank you for the quick reply…

    ** if anyone else needs this fix, there is an extra “}” at the end of the supplied css to remove.

    #97352
    wensolutions
    Keymaster

    Hello,

    Glad that we could help you. Also, Thank you so much for the correction.

    For any further query/confusion, feel free to reach back to us.

    Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.