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?
Sorry I forgot to send you the screenshots:
https://www.dropbox.com/sh/ac7a18kf2l87bn9/AAAIrSuY5k_lf1CNmbzmNzrka?dl=0
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