Article List Style Position Property

Courtney Yurt_
Tera Contributor

Within the creation of a knowledge article, we utilize a lot of bullet lists that are published for employees on our ECP portal. Once published, the bullets are stuck in a property style of "inside" (see below #1). We know we can change this inside the knowledge article source code (see below #2) but it's becoming another maintenance nightmare when we have hundreds of articles to maintain. 

 

My question,  is how are we able to get this setting to override on the portal without having to manually change each article code? I tried to update the knowledge widget CSS with no luck. Is there a way to do this inside the knowledge style sheet?

CourtneyYurt__0-1725555480794.png

CourtneyYurt__1-1725555575499.png

 

After updating article source code (preferred state):

CourtneyYurt__2-1725555734838.png

 

 

2 REPLIES 2

JoaoVieira67
Giga Contributor

Very good! Looks great indeed.

Is there a way to make this default, so I don't need to change it every time?

Best regards,

JV

Phi123
Tera Contributor

One way is to use the CSS !important keyword:

 

 

.kb-article-content ul, ol {
  list-style-position: outside !important;
}