Site logo

Archived topic

Problems css/ Editor

11 replies · Started by Matthias on January 19, 2021

Viewing posts 1–12 of 12

I use the SiteOrigin Editor. After activation on GeneratePress, bullets, quotation marks and who knows what else ... are no longer displayed. Please info, tutorial, how this works again.

Hi there,

can you share a link to a page where we can see the issue ?

Hi there,

attached you will find the link to the taps. the page is being reissued and is in maintenance mode.
thx matt

I need to see the actual page - can you provide a URL and login so i can see whats going on.

That works, of course, we have to make an appointment as soon as possible, because I use a 2-factor dial-in, the code is valid for 60 seconds. Isn't this area visible to everyone? where should I send the access data?

You can use the private information field, but we might not be able to be there in 60 seconds...

Can you create a temporary login? Thanks!

Ok, a temporary login is possible now.

Aah its because the Site Origin editor uses the Widget class for its content, which is weird considering this is a class generally reserved for Widget Area content. In turn, as most Themes do, they strip out out bullet point formatting. To correct that you can try adding this CSS:

.so-panel.widget ul,
.so-panel.widget ol {
    margin: 0 0 1.5em 3em;
}

.so-panel.widget ul li {
    list-style-type: disc;
}

ok, there are several css files. in which should I insert the record?

Custom CSS should only be added to either:

1. the Customizer > Additional CSS ( or the Simple CSS plugin if you're using that )
2. in a Child Themes style.css

Don't make changes to any theme or plugin CSS files as those changes will be lost when the theme/plugin is updated.

thank you so much. it works :)

Glad to hear that

This archived topic is closed to new replies.