Okay
  Public Ticket #322808
client carousel vertical alignment with css
Closed

Comments

  • Jonathan started the conversation

    Hey Tahir,

    Seems like this question was already asked and it can't be done. However, I would suspect you can move individual logo's up and down using their client-id. But, doesn't seem to be doing anything when I try.

    For example, the LG logo has a client-id of: 1416591839715-0-10 - so, I tried the following:

    #1416591839715-0-10 {
    position:relative!important;
    top: -25px!important;
    }

    It doesn't seem to effect the logo though, am I missing something?

    Thanks!

  •  8,844
    Tahir replied

    Hey Jonathan!

    It is possible using an advanced css selector to adjust an individual image but wont it be much easier to place the logo in a transparent png file to a fixed width and height and export the pngs .

    Thanks 


    ThemeNectar Support Team 

  • Jonathan replied

    Ok - I'll do that. Thanks :)