I wondered if there is a opportunity to get the logo of the following site like in this picture?
unfortunately I couldnt find a way to add a class or an ID to the logo.
thanks 🙂
I wondered if there is a opportunity to get the logo of the following site like in this picture?
unfortunately I couldnt find a way to add a class or an ID to the logo.
thanks 🙂
Comments are closed.
Update your CSS like this
Side note:
It is sometimes tempting to use
position: absolute
for these kind of things, don’t, it most likely will give you issues later down the road, often with unwanted element overlapping.You can play around with positioning a little bit (see below:)
That would give you this: