Page Menu with transparent Main Nav shows initial gap at top of page. * URGENT *

7 replies · opened Nov 24, 2021

SSemicolon WebSTAFFNov 25, 2021

Hello,

This is currently not supported out of the box and we will add a fix for this in the next update. Meanwhile, you can consider using the following CSS code:
[ch_pre type="css"]@media (min-width: 992px) {
.include-header {
margin-top: -149px !important;
}
}[/ch_pre]

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.

PpixelsalsaNov 25, 2021

Excellent, that's done the trick, thanks!

SSemicolon WebSTAFFNov 25, 2021

Hello,

Glad your issue was resolved!

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

PpixelsalsaNov 25, 2021

Just a quickie - is it possible to have the page menu transparent initially and then change colour on scroll?

SSemicolon WebSTAFFNov 25, 2021

Hello,

Absolutely Possible! Consider using the following CSS Code:
[ch_pre type="css"]#page-menu-wrap {
background-color: transparent;
}

#page-menu.sticky-page-menu #page-menu-wrap {
background-color: #4E4E4E;
}[/ch_pre]

This should work fine. Hope this Helps!

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

PpixelsalsaNov 30, 2021

Hi

I have a deadline at 1pm gmt today and can't figure out what is causing the offset on the page links - see https://pixelsalsa.com/dev/mcore/group.html

the 'about link' is ok but all the others scroll to the section but leave a portion of the previous section visible

i have tried for hours to fix - can you save the day?

Thanks
Dan

SSemicolon WebSTAFFNov 30, 2021

Hello,

Simply consider using data-offset="108" for your One Page Links. Example:
[ch_pre]Companies[/ch_pre]

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