Okay
  Public Ticket #3159909
Circle Masks cutting off image
Closed

Comments

  •   david started the conversation
  •  8,839
    Tahir replied

    Hey Again,

    Escalating this to the developer for further response.

    Best


    ThemeNectar Support Team 

  •  1,070
    ThemeNectar replied

    Hey David,

    Adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab should correct that Safari display issue:

    body .img-with-aniamtion-wrap .hover-wrap {
      margin-bottom: 0;
    }
    body .wpb_wrapper > .img-with-aniamtion-wrap.mask_shape_circle {
      margin-bottom: 20px;
    }
    

    Kind regards