• Resolved courtssite

    (@courtssite)


    Hi,

    I’m looking for a way to create some space between the text and the video. I did set the text to be justified but it doesn’t seem to be working.

    This is the bit i mean

    I’ve tried adding padding-right and margin-right but nothing seems to have an effect.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Advanced Options > Additional CSS field:

    #post-405 > div > div > p:nth-child(12) {
      padding: 0 15px;
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Spacing between text and video’ is closed to new replies.