Span is an inline element. It has no width or height.
You could turn it into a block-level element, then it will accept your dimension directives.
span.product__specfield_8_arrow
{
display: block; /* or inline-block */
}
span.product__specfield_8_arrow
{
display: block; /* or inline-block */
}
trong file /opt/bitnami/wordpress/wp-content/themes/astra-child/functions.php
Không có nhận xét nào:
Đăng nhận xét