Site logo

Archived topic

buttons over the edge

9 replies · Started by Benny on December 17, 2021

Viewing posts 1–10 of 10

Hi there,

to add the 'nav buttons' to slide them would require some Javascript and custom development. If thats required then i suggest the plugin.

If its not required then we can provide some CSS to do that. Let me know,

I split the buttons onto several slides but there flexbox grows the button-container to 100%. How can i limit the button-container with just one button in it to the width of this one button? After that it should be piece of cake but didnt get there on my own :D

Thanks for your support!

Can i see the site ?

Some CSS like this:

@media(max-width: 768px) {
    .wp-block-cwp-block-slider ..gb-button-wrapper {
        display: inline-flex;
    }
}

Now the buttons just fills up the whole space :D

Works if i unset the width of slick-slide but there is another problem i have to fix and i rather stick to another design then. But thanks for your support!

No problems - hope you find what you need !

This archived topic is closed to new replies.