Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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,

    #1413698

    Hi 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,
    Nikko

    #1413702

    Hi 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,

    #1413770

    Hi 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,
    Nikko

    #1413804

    Hi 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,

    #1414072

    Hi,
    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
    Enfold_Support_2613.jpeg

    Best regards,
    Mike

    #1414346

    Hi Mike,

    It’s working, bottom and top margin are now equal. Thank you!

    You can close the thread.

    Best regards,

    #1414357

    Hi sofiadadci,

    I’m glad that Mike could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Reducing bloc size’ is closed to new replies.