Slideshow - Moving The Title Down - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Slideshow - Moving The Title Down

R

Richard

SP Page Builder 2 years ago

V3.8.10 I have searched all documentation only to be told it has been removed!

I am trying to move the title text from the centre to the bottom of the slideshow but cant find any settings to adjust this, im sure i must be missing something obvious but wasted a couple of hours trying to find it with no result?

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #122657

Hi

Use this custom CSS


.sp-slider #sp-slider-item-1665128389118-num-0-key #sp-slider-inner-item-1665128389119-num-0-key{
      position: relative;
    top: 200px;
}
div#sp-slider-inner-item-1665128389119-num-1-key{
        position: relative;
    top: 210px;
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

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

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
R
Richard
Accepted Answer
2 years ago #122485

yes sure this text down at the bottom of the slide: https://prnt.sc/NkXy46ss87lq

0
R
Richard
Accepted Answer
2 years ago #122719

Thanks this is working for the first slide, i am struggling to see the changes for the other slides though, can i ask that this sort of change should be prioritised into the page builder rather than be a css change?

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

It seems fine for all slide in my end. Sorry you have to do this via CSS.

0
R
Richard
Accepted Answer
2 years ago #122751

yes thanks i have just got them all done, quite challenging. Is this becfause i am using V3 is this improved in V4 & V5 ?

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

Yes some css classes are changes that's why. You can now close this post by accepting the answer.

0