Okay
  Public Ticket #2333337
equal height on carousel module
Closed

Comments

  •  30
    damien started the conversation

    Hi,

    Im having trouble ensuring that the carousel module has equal height columns on the "Our sector expertise" section. How can this be fixed?

    Thanks

    Damien

  •  8,992
    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):

    .carousel-item p {
        min-height: 200px;
    }

    Thanks


    ThemeNectar Support Team 

  •  30
    damien replied

    brilliant thankyou