little jump in page-title section on desktop device

1 reply·opened Oct 20, 2021
R
repsanmarcoOct 20, 2021

Hi as I write in the Title I see a little jump in the page-title section (green bar) on desktop device.
Is it possibile to fix it?
The problem appear after I put the head fixed using header-wrap

S
SemiColonWebSTAFFOct 22, 2021

Hello,

Simply add the following CSS Code:

@media (min-width: 992px) {
	.header-wrap-clone {
		height: 155px;
	}
}

This will definitely fix the issue. 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