Template Megainc - Question | JoomShaper

Template Megainc

F

Frank

Template 3 years ago

Hello,

i need your help please. The logo and the navbar are having different heights. What must i do to get the same height so the logo fits into the box and no black background was shown?

Please look at the site www.snapdome.info

Regards Frank

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #1168

Hi there!

You can use the following code in your custom.css file:

#sp-header .logo {
    height: 100%;
    background-color: rgb(255 250 250 / 0);
    padding-top: 0;
}
#sp-header .logo img {
    height: 100px;
}

Hope this will solve the issue for you!

Best Regards

0
F
Frank
Accepted Answer
3 years ago #1472

Thank you Rashida. Regards Frank

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #1610

You are always welcome:)

0