Viewing 1 replies (of 1 total)
  • Plugin Author subhansanjaya

    (@subhansanjaya)

    please, reduce width of foo content id in custom-styles.css file inside your plugin folder.

    #foo_content{
    
    	padding: 9px;
    	margin: 7px;
    	display: block;
    	float: left;
    	height:auto;
    
    	width:150px;
    	min-height:150px;
    	max-height:280px;
    
    }

    Also you can change image width and height in carousel-horizontal-posts-content-slider.php file line #7

Viewing 1 replies (of 1 total)
  • The topic ‘How to specify number posts to display on one page?’ is closed to new replies.