Portfolio 4 columns breaks on second row

Home Forums Porto – Responsive HTML5 Template Portfolio 4 columns breaks on second row

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10005173
    talha
    Participant

    I have used portfolio 4 columns page for listing. But when its not fill second row correctly. 1st row is display well but in second row item skip 1st position and starts from second please check following url
    http://rrfbdorg.ipage.com/rrf/index.php/site/home/person/members


    #10005188
    Support
    Keymaster

    Hello, if you’re not going to use the filters you don’t need the UL element, so you can just add the items like this:

    (Add a new <div class="row"> with 4 items max, in the 5th item you need to add a new row):

    <div class="row">
    	<div class="col-md-3 col-sm-6 col-xs-12">
    		<div class="portfolio-item img-thumbnail">
    			<a href="portfolio-single-project.html" class="thumb-info">
    				<img alt="" class="img-responsive" src="img/projects/project.jpg">
    				<span class="thumb-info-title">
    					<span class="thumb-info-inner">SEO</span>
    					<span class="thumb-info-type">Website</span>
    				</span>
    				<span class="thumb-info-action">
    					<span title="Universal" class="thumb-info-action-icon"><i class="fa fa-link"></i></span>
    				</span>
    			</a>
    		</div>
    	</div>
    	<div class="col-md-3 col-sm-6 col-xs-12">
    	...
    </div>

    Let me know if you have any questions.

    Kind Regards, Jonas


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.