By Gary Piland on Thursday, 17 March 2016
Posted in Technical Issues
Replies 1
Likes 0
Views 696
Votes 0
Hello,

When I set up my post, I had a numbered list that was indented but the published version is not indented and looks like it is bold or a different font. What do I need to do to fix that? I attached screen shots to show the editor view how I want it to look, and the published view.

Thanks
Hi Gary,

I am really sorry for the delay of this reply.

It seems like the issue is coming from your current template that overriding the <ol> and <ul> tag that are used for numberings, hence the appearance will not be the same as from the composer view. I've applied a css fix below inside your /templates/gantry/css-compiled/bootstrap.css and it should be showing correctly now.
.eb-entry-article .ebd-block[data-type="text"] ol {
-webkit-padding-start: 15px !important;
}


Hope these help.
·
Thursday, 17 March 2016 12:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post