Hello,
Is there a way to move the text and the bullets slightly to the left?
Best Regards,
Magnus
Hi!
The margin shouldn’t be that far. Can you please post a link to the website? Please add this on your custom.css or Quick CSS:
.entry-content-wrapper li {
margin-left: 0;
}
Remove browser cache then reload the page.
Regards,
Ismael
Hey!
Add this code to the Quick CSS:
.iconlist_content ul {
margin-left: 10px !important;
}
Cheers!
Josue