[Resolved] Subscription box with Magic Action Box no contained

Home Forums Support [Resolved] Subscription box with Magic Action Box no contained

Home Forums Support Subscription box with Magic Action Box no contained

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #223738
    Adri

    I apply Magic Action Box plugin in my site. The problem is that when I don’t use Sections, the box keeps contained; however, when I use sections, keeps fluid.

    In the appearance, can I see this box contained, but not in the real web, just in the preview.

    How can I made this box was contained?

    Thanks!

    #223769
    Tom
    Lead Developer
    Lead Developer

    Any chance you can link me to the page?

    #223772
    Adri
    #223774
    Tom
    Lead Developer
    Lead Developer

    I’m assuming it’s being added using a shortcode? Looks like they’re not using output buffering, so the shortcode isn’t respecting the HTML on the page.

    Try this CSS:

    .mab-responsive {
        max-width: 980px;
        margin: 0 auto !important;
    }
    #223775
    Adri

    Thank you!! it really works.

    #223776
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.