Site logo

Archived topic

Right Sidebar unability to make bullet points

22 replies · Started by Joseph on February 27, 2015

Viewing posts 1–15 of 23

I can't seem to find a fix to include bullet points on the right sidebar on my website:

http://tfpsales.com/

I have ordered lines as the default for the right sidebar instead. Can somebody send me the code to change these to bullet points?

This should work:

.widget ul {
    margin: 0 0 1.5em 3em;
}

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

Tom

Appreciate the quick feedback, but I'm using the "Visual Editor" and believe it only uses html. Is there any code for the bullet points in html?

Joe

Hi Joe,

Insert that code using the CSS plugin in my signature below - then all widgets should act accordingly :)

Tom

Thank you so much for the help. This did work. I was a little confused on how the widget worked. Thanks for filling in the blanks for me.

Joe

Glad I could help :)

Tom,

I thought I was out of the woods with this thing. I did what you told me and watched the changes when I was working side by side with the editor and the site, but when I log out of the editor, it goes back to the order list default. Is there something else I'm not doing?

Sorry,

Joe

So now the lists in your widgets don't have bullet points?

Can you link me to your site possibly?

Can you confirm that you added the CSS I provided above into the CSS plugin in my signature?

We'll figure it out :)

tfpsales.com

Admin Link : tfpsales.com

Yeah, it's weird. It shows on the visual editor and text. When I'm logged in, it works. After I log-out it goes back to order list.

Oh, and yes, I did install the CSS plugin and updated the code, but still no beans lol.

Where is the list you're missing the bullets on? I can see one number list, but can't see any other obvious lists missing anything.

Let me know :)

Tom,

It is the number list. I need it changed to bullets instead of numbers.

Joe

Ah, change the <ol> and </ol> elements to <ul> and </ul>.

ol = ordered list (numbered)
ul = unordered list (bullets)

Tom,

Thanks for getting back to me, but the elements are

    and

. And that works until I logout of my wordpress website, then it changes back to the ordered list.

Logging in/out won't do anything to saved settings as long as they've been saved and sent to the database.

I just looked at the source code and it's still an ordered list - make sure you're saving the widget after editing it.

This archived topic is closed to new replies.