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:
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 .
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!
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
Ok - I'll do that. Thanks :)