Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1206148

    Hi there,

    I’ve some problems with this page: https://360kas.com/our-team/
    Somehow the right column has dropped slightly. See also screenshot
    I also did a page check with ‘inspect’ (Chrome), see screenshot, if you change the number there, the issue resolves. So maybe it has something to do with that.

    Strange, because it is just a element of Enfold

    Can you try to help me with this?

    #1206153
    #1206172

    Hey,

    Thanks for contacting us!

    You have following custom CSS code

    .avia-builder-el-16 {
        margin-top: 70px;
    }

    Do you remember why you have added it? You can simply edit column element and give it a custom CSS class (“my-class”) in Advanced tab and apply CSS changes to only that element.

    .my-class {
        margin-top: 70px;
    }

    Now it is being applied globally :)

    Regards,
    Yigit

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