Help with bullet alignment in post and menu

  • Author
    Posts
  • #48422

    I love the way my sidebar menu looks right now…

    Menu with bullets

    There is a hanging indent on the bullet lists within my posts that I would like to remove…

    Hanging indent on posts

    However, every time I add custom CSS to fix the indent, it changes the menu alignment as well.

    Messed up menu

    Website: geekfamilies.co

    • This topic was modified 6 years ago by Kay. Reason: Wrong forum
    #48513
    Kay
    Cryout Creations mastermind

    Hi,

    You need ‘outside’ styled lists. Add this to your Custom CSS filed:

    .main ul {
       list-style: outside;
    }
    • This reply was modified 6 years ago by Kay.

    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #48519

    I am sorry Kay, but that didn’t work.

    #49412
    Zed
    Cryout Creations mastermind

    Since your site is not directly browsable, guessing can only take us so far…


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #49429

    Forgive my ignorance, but what do you mean by not directly browsable?

    Website: geekfamilies.co

    #50236
    Zed
    Cryout Creations mastermind

    You hadn’t given an URL for it, meaning we couldn’t browse it to look for the CSS 🙂

    The styling Kay provided works fine in my test (it’s not actually present on your site but I can try it out with the browser’s dev tools):

    Perhaps it’s not what you’re looking for in fact.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Help with bullet alignment in post and menu’ is closed to new replies.