Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #214606

    Hi,

    On this page: http://opendooreducation.org/what-are-your-financial-goals/, I want more space between the text box and the icon box. I’ve tried just putting in a <p> tag in the text editor with no luck. I’ve also tried adding a space in the visual editor. I don’t want to have to put it in a different column, as it adds too much space between the text box.

    Thanks,
    Julie

    #215477

    Hey jkielty!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .page-id-3669 .iconbox_top {
    margin-top: 50px; }

    Regards,
    Yigit

    #222949

    Hi there,

    That didn’t change anything. I need more space globally between the text box and icon box.

    http://opendooreducation.org/what-are-your-financial-goals/

    Thanks,
    Julie

    #223187

    Hey!

    Please use this:

    #top .iconbox_top {
    margin-top: 50px;
    text-align: center;
    }

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Spacing in between text box and icon box’ is closed to new replies.