Thanks I will try that. One other request would be able to add a block to the slider or have one on there by default so you could add a button with text.
I found a away to make the slider look better on mobile. If anyone else has a better solution please share.
I Removed the slider minimum minimum height. I had alot of ghostkit classes. The text height was effecting the size. Then I moved the previous and next buttons down.
@media only screen and (max-width: 425px)and (orientation : portrait) {
.wp-block-getwid-media-text-slider-slide__content, .wp-block-getwid-media-text-slider__slides-wrapper {
height:200px !important;
padding:0px !important;
font-size:10px;
}
.ghostkit-custom-1I6phn, .ghostkit-custom-iWcOf, .ghostkit-custom-Z18BmFA, .ghostkit-custom-Z1oT5Iz,.ghostkit-custom-23pHoe,.ghostkit-custom-2knP8B {
font-size:1.25rem !important;
text-align: center;
margin:0px !important;
}
button.slick-next, button.slick-prev {
right: 25px !important;
top: 180px !important;
}
}
-
This reply was modified 3 years, 4 months ago by Bloke.