Hello,
I allways used this topic, for Jommla 5 is okey but not on Jommla 6 and new template.
I think somtnig change into this code for joomla 6 and new update template.
.rythm-slider .sppb-col-sm-12>.sppb-row>div:nth-child(2){
left: 0px !important;
}
.dot-controller-position-vertical_right.sp-slider .sp-dots{
right: 0px !important;
}
The slider have this css into this css custums
@media (max-width:1199px){
#addonId .sp-slider .sp-slider_number {
display:none;
}
}
@media (max-width:1199px) and (min-width:992px){
#addonId .sppb-addon-sp-slider .sppb-sp-slider-title {
font-size:80px !important;
line-height:100px !important;
}
@media (max-width:1700px) and (min-width:1420px){
#addonId .rythm-slider.dot-controller-position-vertical_right.sp-slider .sp-dots {
right: -30px;
}
#addonId .rythm-slider.sp-slider .sp-slider_number {
left: 1320px;
}
}
@media (max-width:1420px) and (min-width:992px){
#addonId .rythm-slider.dot-controller-position-vertical_right.sp-slider .sp-dots {
right: 0px;
}
#addonId .rythm-slider.sp-slider .sp-slider_number {
display:none;
}
}
Regards