-
AuthorPosts
-
August 24, 2019 at 5:56 pm #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 5 years, 2 months ago by n13oss.
August 24, 2019 at 10:13 pm #1130652Hey 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,
MikeAugust 25, 2019 at 6:35 am #1130712Im sorry , It’s not working.
- This reply was modified 5 years, 2 months ago by n13oss.
August 25, 2019 at 11:18 am #1130741Hi,
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,
RikardAugust 25, 2019 at 11:25 am #1130744Okay 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?
August 25, 2019 at 12:55 pm #1130753Now Problem show up again when refresh , every gap is still happen.
August 27, 2019 at 4:47 am #1131176Hi,
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,
MikeAugust 27, 2019 at 2:30 pm #1131326i want to make multiply links in the picture. if I use big picture I cannot make multiply link on them.
August 27, 2019 at 3:13 pm #1131336Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.