Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Verti
#20
(2016-10-04, 08:46:46)ross104 Wrote: Deleting .default makes all list signs appear - even in menu and other items Smile

Ha! Silly me.

Okay, three methods:

Easy: In the CK editor you can give your list some inline style by right clicking and choosing list properties - disc, square etc.  Spacing may not be right.

Good: Use the css as it is and if you want to show bullets or numbers give your list class="default". You will need to edit in 'source' mode in the editor.

Also Good: Edit the file main.css. at line 1684 under /* list */ . To display for instance ul elements with bullets only in the div id=content edit to:
Code:
    ul.default, #content ul {
        list-style: disc;
        padding-left: 1em;
    }

        ul.default li, #content ul li {
            padding-left: 0.5em;
        }

And do the same for ordered and unordered lists in the sidebar and footer as required.
Reply


Messages In This Thread
Verti - by Timbow - 2016-06-23, 22:02:47
RE: Verti - by shawn_a - 2016-06-23, 23:18:05
RE: Verti - by Timbow - 2016-06-24, 04:32:09
RE: Verti - by shawn_a - 2016-06-23, 23:20:15
RE: Verti - by Timbow - 2016-06-24, 06:37:25
RE: Verti - by spidercode - 2016-07-04, 01:21:34
RE: Verti - by Timbow - 2016-07-04, 01:49:00
RE: Verti - by spidercode - 2016-07-04, 03:28:33
RE: Verti - by Timbow - 2016-07-19, 23:45:13
RE: Verti - by Timbow - 2016-09-05, 21:26:13
RE: Verti - by datiswous - 2016-09-06, 04:27:58
RE: Verti - by Timbow - 2016-09-06, 08:19:10
RE: Verti - by datiswous - 2016-09-08, 00:30:38
RE: Verti - by shawn_a - 2016-09-10, 00:11:38
RE: Verti - by theomart - 2016-09-21, 19:04:09
RE: Verti - by Timbow - 2016-09-21, 20:18:01
RE: Verti - by ross104 - 2016-10-03, 05:34:01
RE: Verti - by Timbow - 2016-10-03, 18:27:54
RE: Verti - by ross104 - 2016-10-04, 08:46:46
RE: Verti - by Timbow - 2016-10-04, 21:21:48



Users browsing this thread: 1 Guest(s)