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.

Box around SiteOrigin Editor

10 years ago · Last reply by Lucas Tolle 10 years ago

Using page builder I have three widgets in a row and I want to draw a box around the central SiteEditor widget. Or at least vertical lines as separators, or perhaps change the background color, but none of those settings are available in the widget edit.

http://aubergetilleuls.com/contact/

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Lucas Tolle 10 years, 16 days ago

    Hello,

    I understand what you need. You could send a link from a page template for what you want? Thus, I can send you the necessary codes and directions to enter this line with what you need.

    Page optimization
    Changing the subject, you sent the link -> http://aubergetilleuls.com/contact/. I do not know to whom it belongs. Maybe it’s his. But it sends a registration page for websites. And I realized that the page is slow to load. Each image has more than 1MB and the page takes more than 1 minute. In the end, I realized that it carries 65.5MB image and takes 5 minutes to load. It is absolutely great and harmful.

  2. patbell101 10 years, 16 days ago

    I accidentally deleted that site! Have to redo it now, though page builder speeds the process. Are there any instructions you can give as to how to make a visible border around the SiteOrigin editor widget in advance of me having the template available? It is just a three column page with two editor widgets and the google maps widget.

  3. Lucas Tolle 10 years, 15 days ago

    I have idea yes. And it’s very simple. You will insert the code in the CSS field of each module.

    To put total edge widget:

    border:2px solid #dadada;
    border-radius:3px;

    To put in right and left edge in Widget:

    border-left:2px solid #dadada;
    border-right: 2px solid #dadada;

    To place the widget background:

    background:#fafafa; 
    padding:15px; 
    border-radius:3px;

    Let me know if it worked for you. If you need anything else please contact us.

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