Off-canvas Fills Entire Screen - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Off-canvas Fills Entire Screen

W

Werson

Template 2 years ago

Hello, I'm using the Travus template and when using the off-canvas option in the nagivation menu type of the template, this gives a full white page with a off-canvas menu icon on all screens, but also when off-canvas is not selected and I reduce screens under 970 pixels, so that off-canvas menu shows. I added some custom CSS to change size and color of header and make it sticky, but when taking that away the problem remains.

I think I forget to look at something somewhere....

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #105071

Hi Werson,

I am not sure if we both think about this same but.. in Custom CSS area please use:

#offcanvas-toggler {line-height: 45px; height: 45px; }

After it should be like that

info_398_2023.png

info_399_2023.png

0
Pavel
Pavel
Accepted Answer
2 years ago #105099

Hi @Paul. Looks like template bug

Code for correction

#offcanvas-toggler {
    height: 50px;
    line-height: 50px;
}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #105112

yes, I noticed. That's why I shared CSS fix. and informed DEV

0
W
Werson
Accepted Answer
2 years ago #105239

Thank you Paul and Pavel,

I just added the fix and it works perfectly ! Sorry for my late reply. I'm a partime webmaster/lumberjack and not always plugged in.

0