Home › Forums › WoodMart support forum › CSS is not being applied on this div › Reply To: CSS is not being applied on this div
September 23, 2019 at 11:04 am
#146096

Aizaz Imtiaz Awan
Keymaster
Hello,
Actually you used your css code in some wrong file. I have test the same code without mentioning the div and just by hitting the class name the line height increased and also the text shown in the center. To make the below css works you need to insert the css code in Theme Settings >> Custom Code >> Global Custom Css:
.vyhodny-nakup{
line-height: 25px;
text-align: center;
}
Screenshot: https://jmp.sh/XC5ja7b
Result: https://jmp.sh/WC73WPB
Best Regards.