When i use the grid row layout and try to style text with bullets (Aufzählungszeichen), they don´t appear in the frontend.
If i´m using another Column Layout, they do. Is this a small bug?
Please advise how to get rid of this problem.
Thanks.
Hi,
Can you post the link to the page in question please?
Regards,
Josue
Hi Josue,
it´s a local instalation.
Please try it on your own test system.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-layout-grid-container .avia_textblock ul li {
list-style: disc;
}
Regards,
Yigit
Great, Yigit!
Thanks a lot.