Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1130629

    Hi , a space between can be remove ?
    I make picture from Illustrator and slice them.
    Gap between image can solve only beside.

    • This topic was modified 4 years, 7 months ago by n13oss.
    #1130652

    Hey n13oss,
    Thanks for the link & the image, this is a little strange as there is no padding or margin, I see that it is in a text block element, does this occur if you use a code block element?
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-154 .flex_column.av_one_half.avia-builder-el-2 img,
    #top.page-id-154 .flex_column.av_one_half.avia-builder-el-4 img {
    	    margin-top: -8px !important; 
    }

    Best regards,
    Mike

    #1130712

    Im sorry , It’s not working.

    • This reply was modified 4 years, 7 months ago by n13oss.
    #1130741

    Hi,

    Did you select to delete the old CSS and JS files under Enfold->Performance before checking the changes? If not then please try doing that.

    Best regards,
    Rikard

    #1130744

    Okay problem solve , Thank you.

    But next time if I have same problem on other page , how can i know what is the name css that I should fix like this case?

    #1130753

    Now Problem show up again when refresh , every gap is still happen.

    #1131176

    Hi,
    Odd, when the page loads the slices are together, and then moves apart? I didn’t find the cause for this, but I recall it working before. Can I ask why you want to slice the image up like this?

    Best regards,
    Mike

    #1131326

    i want to make multiply links in the picture. if I use big picture I cannot make multiply link on them.

    #1131336

    Hey!

    Please replace following custom CSS code

    #top.page-id-154 .flex_column.av_one_half.avia-builder-el-2 img, #top.page-id-154 .flex_column.av_one_half.avia-builder-el-4 img {
        margin-top: -8px !important;
    }

    with following one

    #top.page-id-154 .flex_column.av_one_half.avia-builder-el-2 a, #top.page-id-154 .flex_column.av_one_half.avia-builder-el-4 a {
        margin-bottom: -19px!important;
    }

    Regards,
    Yigit

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