Featured Post Widget

Support Area Forums Elite Featured Post Widget

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.daikoamerica.com
  • Author
    Posts
  • #33083
    Koichi
    Participant

    Hello Bill,

    On your demo website, Featured Posts Widget(?) shows recent posts are lined up “vertically” with a photo on the left and excerpt description on the right.

    However, on my website, recent posts shows up “horizontally”.
    Please see an attached picture.

    Could you help to point out what I am doing wrong here?
    Is it not “Featured Posts Widget” that demo site use to show recent posts?
    I must be doing something wrong.

    Koichi

    Attachments:
    #33086
    Bill Robbins
    Moderator

    Hello Koichi,

    I took a quick look and it appears that this CSS in the Custom CSS is causing the featured post articles to line up that way:

    
    .page-template-page-home-template-php .featured-posts article {
    	float: left;
    	width: 31%;
    	margin-left: 1%;
    	margin-right: 1%;
    }
    
    .page-template-page-home-template-php .featured-posts .wp-post-image {
    	float: none;
    	max-width: 100%;
    	margin-right: 0;
    }	
    

    Without that, I believe the posts will line up horizontally in rows similar to how they do in the demo.

    Let me know if you run into trouble,
    Bill

    #33087
    Koichi
    Participant

    How silly of me!
    I must have imported custom CSS setting from another website and forgot about it.
    Thank you again for your help.

    Best regards,

    Koichi

    #33091
    Bill Robbins
    Moderator

    Happy to help out 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured Post Widget’ is closed to new replies.