• Hi, i’m very new to WordPress but enjoying my learning experience. I know absolutely nothing about CSS programming and it’s been challenging.

    I’m using “Recent Posts” on my home page and i’m trying to align everything to the left. It displays a bullet and indents it. How may I get my recent posts to align to the left margin with or without bullets? I’m not able to post a link as the site is not live yet and concerned about leaks but would if I could PM someone.

    Thank you,

    efran

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Efran,

    The items in the Recent Posts widget (as well as many others) is displayed using an unordered list (<ul>). You can style these via CSS. You can remove the bullets by declaring list-style: none; on the list or list item(s). You can remove the indention by declaring padding-left: 0; on the list.

    Thread Starter efran1526

    (@efran1526)

    Thank you helping me out. Your information was helpful but as I looked at the CSS I noticed your exact directions were already applied but it still displayed the indented bullet style. I found another widget “Magic Post Listing” and it’s doing exactly what I need it to do. I have it set to 10 posts. What i’m trying to figure out now is how to display at the bottom of the 10th post the word “archives or few more, etc.” so readers are able to see posts beyond the 10 post but that is also very recent. Is there a way I can do this?

    Thank you again, for your help.

    efran

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Recent Post Widget’ is closed to new replies.