Thank you.
Is there code to .css that will fix the bulleted list?
cmalley143 Is there code to .css that will fix the bulleted list?
Upon reviewing again, Can see the bullet list positioning now as envisaged. Ref: Screenshot
If wishing to refer to some other section, You may kindly let us know by way of screenshot showing the specific section along with direct site link [if specific section is not on homepage]
Can you confirm that this is correct?
.eb-container .eb-category-description table ul li{margin-left:10px !important;}
You screenshot showed me something different.
cmalley143 Hi
You may review again as I had suggested to add this CSS in the trailing forum post -
#t3-content .eb-container .eb-category-description table ul li{margin-left:10px !important;}
which is seen in the specific CSS file and appending as well
Yes. That line is there but it is not changing the bulleted list.
cmalley143 Hi. I can see it worked. Please try to clear cache of joomla and browser. Maybe change were not released for You yet.
It seems to work fine on that page but not on https://www.nhcpr.com/training-programs/american-heart-association/acls-advanced-cardiac-life-support or https://www.nhcpr.com/training-programs/american-heart-association/basic-life-support-bls
cmalley143 Hi On these pages there are only 1 row of list items and alignment is same with content. take a look here http://prntscr.com/nsmk1r Kindly give us screenshot of issue you are facing, it help to understand what exact issue you are facing on the site.
Regards
In the screenshot the bulleted list should be lined up with the text.
cmalley143 Hi Bullets were not the starting of text, it always the text character, you can see similar on other pages you shared. If a text has bullets it will push them in. Bullets are not part of text http://prntscr.com/nt42aj
How can I get the bullets to align with the text. It was working correctly prior to creating the custom.css file.
cmalley143 Hi. Please try add this to css:
.eb-container ul { margin-left: 12px; margin-bottom: 12px; }
Hi,
Thank you for that but unfortunately that did not work.
cmalley143 Hi Increase the margin-left value to 16px and it work fine http://prntscr.com/nv6szp Regards