Okay
  Public Ticket #1556593
Clients issue on Firefox
Closed

Comments

  •  4
    Marcin started the conversation

    Hi,

    I have small issue on Clients module. Looks great on Safari and Chrome, but on Firefox the Clients logo are too near eachother. Please see attached.

  •  9,012
    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):

    .clients[data-additional_padding="4"].no-carousel > div {
        padding: 1vw 5vh !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    Marcin replied

    Thanks, that works!