My listing bleeds over theme’s bullets arrows and I was looking for a way to move it over to align with other post. For example instead of
* Event it is *Event but the event bleeds over the bullet.
Hi Phil – could you provide a specific URL where I can see this? I did take a look using the URL you provided when you opened this thread but couldn’t identify the problem.
Are you comfortable with CSS? Could you add a rule like this either to the bottom of your custom events.css (if you have a custom version) or else to the bottom of your theme’s stylesheet?
div.widget.eventsAdvancedListWidget ul.upcoming li div {
padding-left: 16px;
}