• Resolved tomcha75

    (@tomcha75)


    After a whole day of tinkering (I’m not a very tech person), I finally got the Mailchimp form to show up. However, I can’t seem to get the width of the box. Tried changing the parameter inside the Boxzilla, but can’t see any changes. Wondering if the theme has some kind of restriction that’s beyond my technical know-how and ability to detect and manipulate.

    Would appreciate some help on this.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tomcha75

    (@tomcha75)

    By the way, the box shows up when you press blue button at the bottom.

    Plugin Contributor Lap

    (@lapzor)

    By default the width you set there is used as “max-width” and the box will grow to that width depending on the content of the box.

    You can use custom CSS to hard-set the width of the box like this:

    #boxzilla-163 { width: 500px; }

    You can add this code trough a plugin like Simple Custom CSS or maybe your theme already offers a way to add extra css via something like Appearance > … > Edit CSS.

    Hope that helps. If you have any questions, please let us know!

    Thread Starter tomcha75

    (@tomcha75)

    Ok. Will give that a try.
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Can’t Change Box Width’ is closed to new replies.