Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1480383

    Hello

    In the column, I would like to bring the title and the text of the hat closer to the image, reducing the gap. How can I do this?

    #1480384

    Hey Sandra,
    I’m not sure which column with the “hat” you mean, perhaps a screenshot would help.
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    #1480386

    Too Big space between the picture and the text :-)

    #1480388

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia-icon-list li {
        padding: 0;
    }
    .avia-icon-list-container {
        margin: 0;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1480397

    wonderful !!!!!!
    Thanks a lot.

    I have another problem on this column,
    There are icons with a round background, which is perfect, and others have egg-shaped backgrounds, which isn’t harmonious. How can I fix this? I’d like all the icons to have a round background.

    Thank you for your help.

    #1480400

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia-icon-list .iconlist_icon svg:first-child, .avia-icon-list .iconlist_icon img[is-svg-img="true"] {
        margin-top: 11px;
        margin-left: -6px;
    }
    .avia-svg-icon svg:first-child, .avia-svg-icon img[is-svg-img="true"] {
        height: 1em;
        width: 2em;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1480470

    it’s perfect ! wonderful ! thanks a lot !

    #1480472

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘spacing between blocks’ is closed to new replies.