Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1288236

    Hi,

    I would like to reduce the border on the partner/logo element. I tried this code found on the forum but it didn’t worked :
    .avia-logo-element-container {
    margin-top: -30!important;
    margin-bottom: )-30!important;
    }

    Here is the link of the URL https://cleanaireurope.com/en/ (at “Our Equipment By Gas Type”)

    Best regards.

    #1288328

    Hi sofiadadci,

    Thanks for giving us the link and the CSS code, the code above is invalid, please use this instead:

    #top .avia-logo-element-container {
        margin-top: -20px;
        margin-bottom: -20px;
    }

    Best regards,
    Nikko

    #1288335

    Thank you very much Nikko, it is perfect!

    Best regards.

    #1288339

    Hi,

    Glad Nikko could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Partner / Logo element border’ is closed to new replies.