Price table alignment

Home Forums Porto – Responsive HTML5 Template Price table alignment

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10045885
    Jonas
    Participant

    I added a pricing table, but it is displayed across the entire screen. How can I edit the table so that it is aligned with the other elements on the page?
    lygiavimas


    #10045887
    Support
    Keymaster

    Hello, you must add that inside the bootstrap container:

    <div class="container">
    	<div class="row align-items-center py-5">
    	
    		content here...
    	
    	</div>
    </div>

    https://getbootstrap.com/docs/5.3/layout/containers/#default-container


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