Disminuir espacio cuando en viñetas
-
Quiero saber como se puede disminuir el espacio entre líneas cuando en el texto se incluyen viñetas
Attachments:
You must be
logged in to view attached files.
Hello,
Is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?
Looking forward to hearing back from you.
Kind Regards
I am installing it locally, with the Local WP application
Hello,
In general, those spaces are set by default, please clarify which element you use to show that list.
Thank you in advance.
Kind Regards
No he entendido esto:
“En general, esos espacios están configurados por defecto, por favor aclara qué elemento utilizas para mostrar esa lista”
Donde necesito disminuir el espacio entre lineas es en la pagina “single product” de woocoomerce…
Gracias,
Hello,
Try to use the code below:
.single-product ul {
--li-mb: 5px;
}
Define it in Theme Settings -> Custom CSS.
Kind Regards