Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1200315

    Hello,

    I would like to target the spacing between columns in a specific row. I applied the custom CSS class ‘video-section’ and then targeted that in the General Settings Custom CSS section, but the custom CSS doesn’t seem to apply. Can you help me understand what I’m doing wrong?

    Here’s what the code looks like now:

    div .av_one_third {
        margin-left: 6%;
        width: 29.333333333333332%;
    }

    Here’s what how I’ve targeted it:

    .video-section #div .av_one_third {
        margin-left: 4%;
        width: 30.633333333333332%;
    }

    Here’s what it looks like now: https://imgur.com/a/OBuIK0M

    Here’s what I want it to look like: https://imgur.com/a/Jz1mVyb

    Thank you!

    #1200451

    Hey Brad,

    Thanks for the screenshots. Could you post a link to where we can see the actual elements as well please? Also, did you try adding !important after your arguments?

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.