Logo bigger than header. is it possible?

4 replies · opened Jan 10, 2019

AAlbertoPortapugliaJan 10, 2019

Hi guys.
Love your theme
just a fast question.
my customer logo is oval.
if I insert it in the header it becomes difficult to read or the header becomes too big
is it possible to put it as in the attached image??

SSemicolon WebSTAFFJan 11, 2019

Hello,

Please consider using the following CSS Code:

#header:not(.sticky-header) #logo { height: 100px; }

#header:not(.sticky-header) #logo img { height: 200px; }

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

AAlbertoPortapugliaJan 14, 2019

You are absolutely GREAT ( I've just rated u 5 stars)

may I have 2 different sizes:
200 for desktop
160 for mobile?

Thx in advance

Alberto Portapuglia

AAlbertoPortapugliaJan 16, 2019

Hi guys.
I asked for a logo bigger than the header and u reply me:

"Please consider using the following CSS Code:
#header:not(.sticky-header) #logo { height: 100px; }
#header:not(.sticky-header) #logo img { height: 200px; }"

it absolutely work. But is it possible to define 2 different sizes for the logo, depending the media?
For example 200 px for desktop and 160 px for mobile?

thx in advance

SSemicolon WebSTAFFJan 17, 2019

Hello,

Thank You so much for your Kind Review!

Please consider using the following code:

@media (max-width: 991.98px) {
	.device-xs #header:not(.sticky-header) #logo img { height: 160px; }
}

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard