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.

Align rows

Open 6 replies general
Started · Latest reply by Andrew Misplon

Hello I’m using this plugin recently. It is really exceptional. I have a problem with the alignment of the cells. It happens to me when I insert two different widget on the same row. Is there a way to align everything. Thank You

URL: http://www.reusedfashionstore.it

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

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Andrew Misplon Staff

    Hi pippobr80

    Thanks for reaching out.

    We’ll need a bit more info to assist. Can you perhaps create a demo page where we can see the problem in action?

  2. pippobr80

    Ok, thanks for your interest. I’ve simulated the home page just below the slide. I wish they would disappear the black line under the writing of icons. Also I ask how can I do to fix the widget of the newsletter in order to have all in line type. Imagine “subscribe newsletter” field and button.

  3. Andrew Misplon Staff

    The Features widget should align if you make the text in them the same length.

    The lines under the Features widget are being added by the theme, not Page Builder or the widget. To remove it, add the following to a Custom CSS plugin or field the theme might have:

    /* Page Builder */
    .panel.widget {
    border-bottom: none;
    }

    The same is the case with the form, the alignment etc. is up to the widget/plugin itself.

    Try the following Custom CSS to resolve:

    form.mc4wp-form {
    position: relative;
    }
    .mc4wp-form input[type=submit] {
    position: absolute;
    top: 21px;
    right: 0;
    }
  4. pippobr80

    Hello thanks for the help. I did not succeed because I’m not an expert in programming code. I write the code of my widge

    I would like to put it all on a row.

  5. pippobr80
    <a href="http://reusedfashionstore.it/wp-content/uploads/2015/01/newsletter-it.png"><img src="http://reusedfashionstore.it/wp-content/uploads/2015/01/newsletter-it-300x22.png" alt="newsletter-it" width="300" height="22" class="alignleft size-medium wp-image-159" /></a>
        <input type="email" name="EMAIL" placeholder="email address" required="required">
        <input type="submit">

    tags

  6. Andrew Misplon Staff

    Apologies for the delay here. Did you insert the CSS I sent into a Custom CSS plugin like Simple Custom CSS or Jetpack Custom CSS?

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