-
AuthorPosts
-
July 19, 2023 at 9:47 am #1413680
Hello,
I cannot reduce this element size : https://imgpile.com/i/ChEk8c which I don’t understand because there is no padding/marging (everything is set at 0).
When I open the page it’s looking like this : https://imgpile.com/i/ChEdxj . The margins are not equal and too big.
Thank you for your support.
Best regards,
July 19, 2023 at 11:23 am #1413698Hi sofiadadci,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
[id^=after_layer_slide] .av-content-full { padding-top: 0; padding-bottom: 0; }
Hope it helps.
Best regards,
NikkoJuly 19, 2023 at 11:54 am #1413702Hi Nikko,
It doesn’t work well even with code because margin are still not equal : https://imgpile.com/i/ChZoIl
I tried to do add 1 to “padding top” to equalize top and bottom but still can’t have the same margin at top and below : https://imgpile.com/i/ChZSCr
[id^=after_layer_slide] .av-content-full {
padding-top: 1;
padding-bottom: 0;
}Thank you,
Best regards,
July 20, 2023 at 1:22 am #1413770Hi sofiadadci,
Can you give us the link to the page mentioned? so we can try to inspect it and adjust the code accordingly.
You can post the link in private content.Best regards,
NikkoJuly 20, 2023 at 9:21 am #1413804Hi Nikko,
You will find the link in private content.
Also, I want to change the background of the icon : https://imgpile.com/i/C9PkRx but there is no possibility to add my HEX code (#f7fbfd).
Thank you.
Best regards,
July 22, 2023 at 8:28 pm #1414072Hi,
Thanks for the link, to remove the bottom margin from the icon title try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:[id^=after_layer_slide] .av_iconlist_title { margin-bottom: 0; }
After applying the css, please clear your browser cache and check.
This is the expected results
Best regards,
MikeJuly 25, 2023 at 10:35 am #1414346Hi Mike,
It’s working, bottom and top margin are now equal. Thank you!
You can close the thread.
Best regards,
July 25, 2023 at 11:14 am #1414357Hi sofiadadci,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Reducing bloc size’ is closed to new replies.