Essential Grid Element Vertical Align

Hi!

I have an element on hover that I would like to set to center vertically. How do I do that?

Hi There @malavkarkar

Thanks for writing in! Try adding the following CSS rules into your custom CSS area.

.esg-absolute.eg-post-127.eg-garfield-element-23 {
    margin-top: 40% !important;
}
.esg-absolute.eg-post-120.eg-garfield-element-23 {
    margin-top: 80% !important;
}

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.