Hi, I have two attributes - business name, website, as fields on my vendor details card.
These two attributes appear side by side in the Div .hp-col-lg-6
which puts them side by side but cuts them over two lines.
All I want to do is change the CSS
.hp-col-lg-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
from 50% to 100% which puts each attribute on one full line one above the other.
The CSS sheet is grid.min.css.
I’ve copied it to child theme, no change effect. I’ve tried changing the original file, no change effect.
Where and how can I change this CSS? or failing that, where or how can I change the template Div?