Fixing List Indentation without breaking post image galleries

  • In Progress
    Posted in: Highend WP Theme  
  • Customer
    GrowDoctor
    February 23, 2020 at 2:06 am #145165

    I used the following code to fix indentation of bulleted lists

    #main-content ul li,
    #main-content ol li {
    margin-left: 25px;
    }

    Unfortunately, it appears the image galleries in my posts use the same list tags. Any ideas for any workarounds? I can add .page to the top of that code to only have it apply to pages and not posts but then I still have misaligned bulleted lists in my posts.

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.