Where can I change the CSS?

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?

Hi,

You can add custom CSS snippets in the Appearance > Customize > Additional CSS section.

Hi Andrii, sorry, yes I should have said, I tried that too. No change. Also, i’ve refreshed the cache.

Hi,

If the CSS still doesn’t work, it’s most likely that it’s incorrectly added, formatted, or otherwise broken.