Revibe Template - Thumbnails Not At Center When Using 3 Slides - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Revibe Template - Thumbnails Not At Center When Using 3 Slides

O

OHL

SP Page Builder 2 years ago

I want to use the top thumb slider from the template demo, but with 3 slides instead of 4 (like in the demo). I can easy remove a slide and change the content of the other slides, but the alignment of the thumbnails does not work correctly. It is not centered in the middel of the screen. Can I change that?

0
9 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #138840

Hi

Thanks for contacting us. Use this custom CSS in your custom.css file

div#carousel{
    display: flex;
    justify-content: center;
    align-items: center;
}

-Regards.

0
O
OHL
Accepted Answer
2 years ago #138868

I put the shown css in the custom CSS of the template. Something changes but not the right thing. See www.bouldermedia.nl

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #138959

Didn't you talking about this portion?

https://prnt.sc/Yq8dcDF2wuaJ

Where are they now?

0
O
OHL
Accepted Answer
2 years ago #139063

They are not there anymore (they are there but very small). They disappeared after I made the CSS changes I was asked for. I will remove the CSS so you can have a look for a good solution?

Update: I put the CSS in the Custom CSS of the template. Now I have put it in the custom CSS of the thumb slider where the problem occurs. When I leave it out I have the thumbnails again, bur not centered. So I guess the provided CSS is not good for centering the thumbnails.

div#carousel{ display: flex; justify-content: center; align-items: center; }

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #139124

Give me your super admin access please.

0
O
OHL
Accepted Answer
2 years ago #139156

See credentials in hidden content

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #139318

I have fixed your issue, please check now.

0
O
OHL
Accepted Answer
2 years ago #139454

Thanks. Is it hard to explain what you did?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #139555

No no its an easy solution, I have just use this custom CSS to fix that issue.

.sppb-addon-thumb-gallery .slide_thumb_wrap {
    margin: 0 270px !important;
}
0