Okay
  Public Ticket #2674050
Logo Slider Positioning
Closed

Comments

  • rowalth started the conversation

    How is it possible to center align the logos. I have found the setting "Column Content Alignment" in the row settings but that doesn't do the trick. Any ideas ?

  •  2,682
    Andrew replied

    Hi rowalth,

    Try the following custom css in Salient > General settings > CSS/SCript related:

    #header-outer .span_3 {
        margin-left: 35vw;
    }
    

    Kind regards.

  • rowalth replied

    Hi,

    no that didn't resolve the issue. My problem ist the following:

    9872014478.png

    I want the logos to be center aligned vertically. Is that possible?

    Thanks

  •  8,345
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .clients.carousel.six-cols >div a img {
        min-height: 140px;
        object-fit: contain;
    }

    Thanks


    ThemeNectar Support Team 

  • rowalth replied

    That worked, thanks