Tagged: bullet points
Hi all,
I’ve noticed that if I use a bullet points list aside a picture, the bullet points disappear.
How can I fix this?
Hey Gian Maria!
I’m not entirely sure I understand what you mean, could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Please, check this image:
Is that list part of a “normal” text block?
If so, you could try this as Custom CSS:
.avia_textblock li {
margin-left: 15px!important;
}
Adjust the number of pixels to your liking.
it doesn’t work
Hi!
Can you please post the link to your page where we can see the issue please? I could not reproduce it on my local installation
Best regards,
Yigit
Hey!
Please add following code to Quick CSS
body .alignleft, .entry-content-wrapper a:hover .alignleft {
margin: 4px 25px 0px 0;
}
Regards,
Yigit
Thanks