Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #892619

    Hi there,

    I’m having trouble with the alignment of bulleted lists. The alignment is wayyyyy far to the left (see screenshot of sample in the private content).

    I’ve searched the forums with no luck. How do I fix this?

    Thanks!

    #892747

    Hey kellyCraftMedia,

    Please, share your website link and WP credentials.

    Best regards,
    John Torvik

    #892923

    Please see below:

    #892974

    Hi,

    Apologies, but I’m not seeing the issue in the screenshot. Are you looking to have the bullet text with a line break?

    Best regards,
    Jordan Shannon

    #893013

    The bullets don’t line up with the text. As you can see in the screenshot, there’s a photo and a headline. The bullets go beyond even the content area, far to the left of the layout boundaries.

    #893060

    Hi,
    Which page is this on & which browser are you using?

    Best regards,
    Mike

    #893068

    All pages with bullet points (direct link in private content to the sample I took a screenshot of). I’ve tested it in both Chrome and Opera.

    I’ve deactivated all plugins & removed any Quick CSS to see if there was a conflict, but the issue is still there.

    Thanks!

    #893078

    Hi,
    It looks like on line 108 of your custom css you have this:

    .entry-content-wrapper li{margin-left:0px!important;}

    Please remove, it is causing the error.

    Best regards,
    Mike

    #893835

    Thank you for identifying that! The short code was put in there so that my Categories widget would align correctly, so by removing that I am back to a problem I had earlier.

    Esssentially, I wanted to remove the bullet points from the Widget displaying categories as a list. I was able to remove the bullet points but the text wasn’t aligning with the title (see the first private link I provided below to see this in action). That sample page I provided uses the Avia Layout Builder to show a widget on that right side, so it needs to apply to that specifically.

    The second link I provided in the Private Content below shows a Category widget where the links are properly aligned due to adding this shortcode:

    .widget li {
      list-style: none !important;
    }

    Thank you!

    #893841

    Hi,

    Add this to quick css to align the categories text:

    li.cat-item{
    margin-left:0px!important;
    }

    Best regards,
    Jordan Shannon

    #893856

    Lovely, works great – thank you!

    You can close out this thread.

    Cheers!

    #893859

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Problem with bulleted list’ is closed to new replies.