hi guys on my site the line height seems too close together
This css comes from shortcodes.css
.avia_textblock {
clear: both;
line-height: 1.65em;
}
See screenshot at https://imgur.com/ajP9Tm6
This is for whiteside taxis blackpool site at https://www.whitesidetaxis.co.uk/
Sure I know I can over write this with some important tag but what is generating this in the first instance?
Hey codecreative,
I’m seeing the line height as normal on my end actually. It could be a styling conflict with a plugin causing the issue but it can be overwritten with the following:
.av_textblock_section p{
line-height:30px!important;
}
Best regards,
Jordan Shannon