Hi again,
we have some listings on our web site, for example on https://dev.ecoplan-crm.com/kontakt, please see “Unsere Vorgehensweise”. Next to the bullets the first two rows are indented correctly. Is it possible to indent the third row like the first two rows?
Many thanks for your help!
Marco
Hey marcohellwig,
Please try this code in the General Styling > Quick CSS field:
#top.page-id-3303 .avia-builder-el-6 .avia_textblock ul li:before {
display: list-item;
content: "";
list-style: disc inside;
float: left;
position: absolute;
left: 0;
}
#top.page-id-3303 .avia-builder-el-6 .avia_textblock ul li {
list-style: none;
padding-left: 13px;
}
Best regards,
Mike