Okay
  Public Ticket #1653031
Owl Caruosel
Closed

Comments

  • LDG_Williamsport started the conversation

    Hello,

    My owl carousel seems cut off on the top and bottom. Is there a way to give it more space so the shadows and top movement are visible?

  •  9,015
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .owl-carousel .owl-stage {
        padding: 55px 0 !important;
    }

    Thanks


    ThemeNectar Support Team