Hi
I have right margin in iconlist I cannot remove.
I don’t have any custom css, the latest version of Enfold and WordPress
Find screenshot here
Thank you in advanced
BR
Krzysztof
Hey there Krzysztof!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia-icon-list-right .iconlist_content p {
margin-right: 0;
}
Best regards,
Yigit
Hi
Thank you, works great, but now on the left I have margin, on the right not
Can I set the same margin on both site?
BR
Krzysztof
Hey!
You can change the code to following one and adjust left margin as needed
.avia-icon-list-right .iconlist_content p {
margin-right: 0;
margin-left: 20px;
}
Cheers!
Yigit
Hi
Thank you for help!