Viewing 3 reply threads
You must be logged in to reply to this topic.
Please can you give me the right hint to get a sharp header logo.
I tried a lot but can’t find the knack.
Can you help me?
https://immobilien.ulrike-dreyer-consulting.de/
Many thanks
Hello,
Please remove the logo height in General Options > Logo Height, and add this code into your custom css box:
#logo img {
width: 50% !important;
margin-top: -30px !important;
left: 25% !important;
}
Let us know.
Best regards!
Great, it works.
But sorry, now the sizes of responsive versions are complete mixed up.
Would be fine to fix this too.
Many thanks!
Hello,
Please add this code too, into your custom css box:
@media (max-width: 480px){
#logo img {
width: 100% !important;
margin-top: -30px !important;
left: -31px !important;
}}
@media (max-width: 979px){
#logo img {
left: 42%px !important;
}}
Let us know.
Best regards!
You must be logged in to reply to this topic.