This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Custom size widgets in Page Builder

Resolved 3 replies pluginplugin-page-builder
10 years ago · Last reply by Andrew Misplon 10 years ago

I’m using page builder to insert four columns / two rows of visual editor widgets into a page. Because they each have different content, they are each a different height. They automatically re-size themselves to fit the content in them. I would like to define their height so that I can make a neat row of them. I can’t just add empty paragraphs because they still don’t quite line up.

I noticed there is a box to add CSS to each widget separately. I don’t know much about that but that seems to be what other people are talking about with similar posts about widgets within themes.

URL: http://tigersharkdesign.com/support-example-page/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 8 months ago

    Hi Joe

    Thanks for the wait.

    If you’re not already using a CSS plugin, please, install Page: SiteOrigin CSS Editor. Next go to Appearance > Custom CSS and insert the following:

    /* Custom Page Builder Styles */
    .widget-mh {
    min-height: 200px;
    }

    Then edit each widget and insert the class name in the CSS Class field provided:

    widget-mh

    Note that there is no period before the class name when inserting the class name under Attributes. Be sure to insert the name in the Widget Class field and not the CSS Styles field. Adjust the min-height at Appearance > Custom CSS as required.

    Hope that helps.

  2. Joe Cushing 10 years, 7 months ago

    Thanks. I decided to go with images for now. I will keep this in mind if it comes up again.

  3. Andrew Misplon Staff 10 years, 7 months ago

    Glad to hear you’re making progress. Let us know if you need a hand with anything in the future.

    All the best :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread