Services Page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10045125
    Minimal1964
    Participant

    Hi Guys,

    On the services page I have created additional services. Five in total. The problem is that there are four in a row and one underneath and I can’t bring the fifth up so that all five are in a row.

    Could you advise how I can achieve this please?

    Services Page



    Template Version: Architecture 2
    #10045126
    Support
    Keymaster

    Hi, by default Bootstrap doesn’t have an option to show 5 items side by side, but we added it to Porto, so you can set 5 columns this way:

    <div class="row">
    	<div class="col-sm-6 col-md-4 col-lg-3 col-xl-1-5">
    		1
    	</div>
    	<div class="col-sm-6 col-md-4 col-lg-3 col-xl-1-5">
    		2
    	</div>
    	<div class="col-sm-6 col-md-4 col-lg-3 col-xl-1-5">
    		3
    	</div>
    	<div class="col-sm-6 col-md-4 col-lg-3 col-xl-1-5">
    		4
    	</div>
    	<div class="col-sm-6 col-md-4 col-lg-3 col-xl-1-5">
    		5
    	</div>
    </div>

    #10045128
    Minimal1964
    Participant
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)

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