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.

Replies

6
  1. Andrew Misplon Staff 11 years, 1 month ago

    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 11 years, 1 month ago

    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 11 years, 1 month ago

    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 11 years, 1 month ago

    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 11 years, 1 month ago
     <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 11 years, 1 month ago

    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