• Demos (current)
    • Adora Classic
    • Adora Salon
    • Adora Beauty
    • Adora One page
  • Pages
    • About Us
    • Sign up
    • Services
    • Gallery
    • Team
    • profile Left Sidebar
    • profile Right Sidebar
    • profile fullwidth
    • Appointment
    • 404 page
    • Coming Soon
  • Store
    • Product Left Sidebar
    • Product Right Sidebar
    • Product fullwidth
    • Single Product
    • Cart
    • Checkout
    • Confirm
  • Blog
    • Blog Left Sidebar
    • Blog Right Sidebar
    • Blog Fullwidth
    • Post Sidebar Left
    • Post Sidebar Right
    • Post Fullwidth
  • Contact
  • Elements
      • Alerts
      • Animation
      • Background
      • Badge
      • Breadcrumb
      • Buttons
      • Button Group
      • card
      • Carousel
      • Collapse
      • Countdown
      • Dropdowns
      • Forms
      • Gallery
      • columns
      • Image
      • Input Group
      • List Group
      • Map
      • Modal
      • Navs
      • Navbar
      • Pagination
      • Popovers
      • Pricing Table
      • Progress
      • Responsive utilities
      • Seperator
      • Tabs & wizards
      • Tables
      • Team
      • Testimonials
      • Tooptips
      • Typography
      • Video & Audio
  • Generic placeholder image
    Supreme Skin Care
    1 X $50
  • Generic placeholder image
    Supreme Skin Care
    1 X $50
  • Generic placeholder image
    Supreme Skin Care
    1 X $50
  • Your Cart Checkout

Elements


These modular elements can be readily used and customized across pages and in different blocks.

Elements

  • Alerts
  • Animation
  • Background
  • Badge
  • Breadcrumb
  • Buttons
  • Button group
  • Card
  • Carousel
  • Collapse
  • Columns
  • Countdown
  • Dropdowns
  • Forms
  • Gallery
  • Image
  • Input group
  • List group
  • Map
  • Modal
  • Navs
  • Navbar
  • Pagination
  • Popovers
  • Pricing Table
  • Progress
  • Responsive Utilities
  • Seperators
  • Tabs & wizards
  • Tables
  • Team
  • Testimonials
  • Tooltips
  • Typography
  • Video & Audio

pagination <> show code


	<nav aria-label="Page navigation">
	  <ul class="pagination">
		<li class="page-item"><a class="page-link" href="#"><i class="fa fa-angle-left" aria-hidden="true"></i></a></li>
		<li class="page-item"><a class="page-link" href="#">1</a></li>
		<li class="page-item active"><a class="page-link" href="#">2</a></li>
		<li class="page-item"><a class="page-link" href="#">3</a></li>
		<li class="page-item"><a class="page-link" href="#"><i class="fa fa-angle-right" aria-hidden="true"></i></a></li>
	  </ul>
	</nav>

						
How to use

Pagination links indicate a series of related content exists across multiple pages.

  • All style are done using bootstrap 4 default classes
  • use .active class with .page-item to specify the active page

Example

  • 1
  • 2
  • 3

Alignment <> show code


	<!-- Middle/center align -->
	<nav aria-label="Page navigation">
	  <ul class="pagination justify-content-center">
		<li class="page-item disabled">
		  <a class="page-link" href="#" tabindex="-1"><i class="fa fa-angle-left" aria-hidden="true"></i></a>
		</li>
		<li class="page-item active"><a class="page-link" href="#">1</a></li>
		<li class="page-item"><a class="page-link" href="#">2</a></li>
		<li class="page-item"><a class="page-link" href="#">3</a></li>
		<li class="page-item">
		  <a class="page-link" href="#"><i class="fa fa-angle-right" aria-hidden="true"></i></a>
		</li>
	  </ul>
	</nav>

	<!-- Right align -->
	<ul class="pagination justify-content-end">
		....
	</ul>

						
How to use
  • use .justify-content-center for middle align
  • use .justify-content-end for right align

Left Align (default)

  • 1
  • 2
  • 3

Middle Align

  • 1
  • 2
  • 3

Right align

  • 1
  • 2
  • 3

Adora © 2019. All Rights Reserved by Abdus.