queenspindles
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: List spacing is too large- how can I adjust?Thanks for your response Alchymyth.
I changed this line using the guidance in the helpsheet another user provided. I changed the line-height to ‘normal’.
.entry th, .entry td { height: 1em; line-height: normal; padding:10px; }I have been clearing the browser cache, but any time I make a change it takes a while to show up, though this time nothing has happened.
Forum: Fixing WordPress
In reply to: List spacing is too large- how can I adjust?I’ve changed it but nothing has changed, any tips?
This is how it looks at the moment:
/* Begin Lists */ html > body .entry ul {margin-left: 0px; padding: 0 0 0 30px; list-style: none; padding-left: 10px; text-indent: 0px;} html > body .entry li {margin: 7px 0 8px 10px; list-style-type: square;} .entry ol {padding: 0 0 0 35px; margin: 0;} .entry ol li {margin: 0; padding: 0; list-style: decimal outside;} .postmetadata ul, .postmetadata li { display: inline; list-style-type: none; list-style-image: none;} .entry dl { margin: 1.5em 0pt; } .entry dd{margin:0; padding:0 15px 15px; } .entry table { margin: 0pt auto;} .entry th, .entry td { height: 1em; line-height: normal; padding:10px; } ol li, #sidebar ul ol li {list-style: decimal outside;} ul.bullet-1, ul.bullet-2, ul.bullet-3, ul.bullet-4, ul.bullet-5, ul.bullet-6 {} ul.bullet-1 li, ul.bullet-2 li, ul.bullet-3 li, ul.bullet-4 li, ul.bullet-5 li, ul.bullet-6 li {list-style-image:none; list-style-position:outside; list-style-type:square; margin-bottom:5px !important; padding-bottom:3px !important; padding-left:22px !important;} ul.bullet-1 li {background:url(images/bullets/3.gif) no-repeat 0 5px;} ul.bullet-2 li {background:url(images/bullets/4.gif) no-repeat 0 5px;} ul.bullet-3 li {background:url(images/bullets/1.gif) no-repeat 0 5px;} ul.bullet-4 li {background:url(images/bullets/2.gif) no-repeat 0 5px;} ul.bullet-5 li {background:url(images/bullets/5.gif) no-repeat 0 5px;} ul.bullet-6 li {background:url(images/bullets/6.gif) no-repeat 0 5px;} /* End Entry Lists */Forum: Fixing WordPress
In reply to: List spacing is too large- how can I adjust?Thanks!
I’ve changed the line spacing between the bullet points to normal, hopefully it’ll work (for some reason it takes a while for any changes I make to the style sheet to show up).
Cheers!
Forum: Fixing WordPress
In reply to: Bullet points aren't showing up on my pagesThank you, it has worked it just took a while for the change to show up (which seems odd).
My new question is how can I reduce the spacing between each sentence?
You can see an example on my homepage: http://www.maisiehill.com/
And here’s the code:
/* Begin Lists */
html > body .entry ul {margin-left: 0px; padding: 0 0 0 30px; list-style: none; padding-left: 10px; text-indent: 0px;}
html > body .entry li {margin: 7px 0 8px 10px; list-style-type: square;}
.entry ol {padding: 0 0 0 35px; margin: 0;}
.entry ol li {margin: 0; padding: 0; list-style: decimal outside;}
.postmetadata ul, .postmetadata li { display: inline; list-style-type: none; list-style-image: none;}
.entry dl { margin: 1.5em 0pt; }
.entry dd{margin:0; padding:0 15px 15px; }
.entry table { margin: 0pt auto;}
.entry th, .entry td { height: 1em; line-height: 18px; padding:10px; }
ol li, #sidebar ul ol li {list-style: decimal outside;}ul.bullet-1, ul.bullet-2, ul.bullet-3, ul.bullet-4, ul.bullet-5, ul.bullet-6 {}
ul.bullet-1 li, ul.bullet-2 li, ul.bullet-3 li, ul.bullet-4 li, ul.bullet-5 li, ul.bullet-6 li {list-style-image:none; list-style-position:outside; list-style-type:square; margin-bottom:5px !important; padding-bottom:3px !important; padding-left:22px !important;}
ul.bullet-1 li {background:url(images/bullets/3.gif) no-repeat 0 5px;}
ul.bullet-2 li {background:url(images/bullets/4.gif) no-repeat 0 5px;}
ul.bullet-3 li {background:url(images/bullets/1.gif) no-repeat 0 5px;}
ul.bullet-4 li {background:url(images/bullets/2.gif) no-repeat 0 5px;}
ul.bullet-5 li {background:url(images/bullets/5.gif) no-repeat 0 5px;}
ul.bullet-6 li {background:url(images/bullets/6.gif) no-repeat 0 5px;}
/* End Entry Lists */Thank you!
Forum: Fixing WordPress
In reply to: Bullet points aren't showing up on my pagesNo joy, is there anything else I need to change?
Thanks for your responses!
Forum: Fixing WordPress
In reply to: Bullet points aren't showing up on my pagesThanks for your help!
Is it the list-style-type in this section that I should alter?
/* Begin Lists */
html > body .entry ul {margin-left: 0px; padding: 0 0 0 30px; list-style: none; padding-left: 10px; text-indent: 0px;}
html > body .entry li {margin: 7px 0 8px 10px;}
.entry ol {padding: 0 0 0 35px; margin: 0;}
.entry ol li {margin: 0; padding: 0; list-style: decimal outside;}
.postmetadata ul, .postmetadata li { display: inline; list-style-type: none; list-style-image: none;}
.entry dl { margin: 1.5em 0pt; }
.entry dd{margin:0; padding:0 15px 15px; }
.entry table { margin: 0pt auto;}
.entry th, .entry td { height: 1em; line-height: 18px; padding:10px; }
ol li, #sidebar ul ol li {list-style: decimal outside;}