This website is currently under maintenance. Please use the contact page for any query.

[Resolved] max width for simple aweber optin widget

Contact Support Simple Aweber Optin Widget max width for simple aweber optin widget

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1663
    Brian Bowers
    Guest

    I’ve created an optin form but it’s too wide for my current layout. Is there a way to limit the max width? Or assign it a specific width?

    #1666
    Abu
    Keymaster

    Yes you can do that using CSS.

    Use the class .twb_widget_wrapper for that.

    For example, if you want to limit the width to 250px, your code will look like following:

    .twb_widget_wrapper {
      width: 250px;
      margin-left: auto; /* align center from left */
      margin-right: auto; /* align center from right */
    }

    Should be pretty easy.

    #1670
    Brian
    Participant

    Worked perfectly, thanks so much!

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