• Resolved Clayton Chase

    (@claytonchase)


    Hey guys, I bought the pro version of the plugin a few weeks ago and have been testing on my own website. It seems to be working well. One issue or maybe feature suggestion.

    The slider doesn’t seem to be container by the wrapper block I have it in on the page I’m editing. I am using GenerateBlocks Container block to set a max width but it isn’t working.

    One way to fix this would be to set a max container width on the slide settings with the ability to add margin.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Munir Kamal

    (@munirkamal)

    Hey @claytonchase

    Thank you to report the issue, I have noted it to fix in the next release soon. Meanwhile, you could use the following CSS code that should make it work.

    .wp-block-cakewp-block-slider.block-slider {
        max-width: 100% !important;
        margin: auto !important;
    }

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Not contained by wrapper’ is closed to new replies.