Home>Support>Align rows

Align rows

By pippobr80, 10 years ago. Last reply by Andrew Misplon, 10 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 6 months ago 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. 10 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 6 months ago 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. 10 years, 6 months ago 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. 10 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More