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.

Page Builder: Spaces

10 years ago · Last reply by BCMascha 10 years ago

Hello there,

I’m trying to make a little list like this:

Text
    Name:
    Address:
    Etc...

Where I am really getting tired of, is that those spaces before the text ALWAYS disappear. Why do they disappear and how can I keep them on their place?

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Greg Priday Staff 10 years, 2 months ago

    Hi BCMascha

    I think what you might be after here is non breaking spaces. These are special space characters that’ll always be there. For each space, just add the following. Ideally in the text tab of the WordPress editor.

    http://www.sightspecific.com/~mosh/www_faq/nbsp.html

  2. Greg Priday Staff 10 years, 2 months ago

    Another, probably better, solution would be to use lists.

    Use the list button within the SiteOrigin Editor widget and create a list. Use the tab button to tab the sub items one level over.

    Next, go to Appearance > Custom CSS and insert:

    .entry-content ul {
    	list-style: none;
    	margin-left: 0;
    }
    .entry-content ul li {
    	margin-left: 0;
    }
    .entry-content ul ul {
    	margin-left: 0;
    }
    .entry-content ul ul li {	
    	padding-left: 1.5em;
    }

    This solution assumes you weren’t using list formatting anywhere else. We’re removing the regular list styles. If you want to keep your regular list styles and remove them for this page or this section only, let us know and we can make a plan.

  3. BCMascha 10 years, 2 months ago

    Thanks for fixing it, although I now use another way to make the site look nice. ;P

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