pagination inside slideshow

Solved

pagination inside slideshow

Nabeelshakil
Shopify Partner
31 0 5

i am using dawn theme and want to show pagination inside image can anyone please help sharing url https://sundip1.myshopify.com/

Accepted Solution (1)

Techwolf
Shopify Partner
8 2 1

This is an accepted solution.

Hi @Nabeelshakil 

 

add this css on base.css file at the very bottom of the file

 

.slideshow__controls.slideshow__controls--top.slider-buttons {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

 

Result: 

download (1).png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

I hope it will help you

Thanks

 

 

 

 

View solution in original post

Replies 3 (3)

ProtoMan44
Shopify Partner
700 57 111

@Nabeelshakil  Hey, thanks for posting here.
 please put this CSS in code:

.slideshow__controls {
    bottom: 0;
    position: absolute;
    width: 100%;
    background: #ffffff4a;
}


result is :

ProtoMan44_0-1737970583901.png

 

 

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!

Techwolf
Shopify Partner
8 2 1

This is an accepted solution.

Hi @Nabeelshakil 

 

add this css on base.css file at the very bottom of the file

 

.slideshow__controls.slideshow__controls--top.slider-buttons {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

 

Result: 

download (1).png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

I hope it will help you

Thanks

 

 

 

 

Nabeelshakil
Shopify Partner
31 0 5

thanks for your help