-
AuthorPosts
-
January 2, 2018 at 10:29 pm #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!
January 3, 2018 at 7:21 am #892747Hey kellyCraftMedia,
Please, share your website link and WP credentials.
Best regards,
John TorvikJanuary 3, 2018 at 9:16 pm #892923Please see below:
January 3, 2018 at 11:57 pm #892974Hi,
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 ShannonJanuary 4, 2018 at 1:04 am #893013The 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.
January 4, 2018 at 4:22 am #893060January 4, 2018 at 4:40 am #893068All 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!
January 4, 2018 at 5:13 am #893078Hi,
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,
MikeJanuary 5, 2018 at 8:57 pm #893835Thank 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!
January 5, 2018 at 10:07 pm #893841Hi,
Add this to quick css to align the categories text:
li.cat-item{ margin-left:0px!important; }
Best regards,
Jordan ShannonJanuary 5, 2018 at 10:29 pm #893856Lovely, works great – thank you!
You can close out this thread.
Cheers!
January 5, 2018 at 10:39 pm #893859Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Problem with bulleted list’ is closed to new replies.