1. Digijoom
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 03 November 2020
  5.  Subscribe via email
Hello,

I'm using the carousel extension in the Chelsea template. Is it possible to place the pagination buttons at the top instead at the bottom of the items?

Thanks

Kees
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Kees

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.owl-carousel {
display: flex !important;
flex-direction: column;
}
.owl-carousel .owl-wrapper-outer {
order: 1;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks. That works.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!