Off Canvas Menu Displaying In Wrong Position - Question | JoomShaper

Off Canvas Menu Displaying In Wrong Position

K

Kirti

Template 4 years ago

Hi,

I have used the Wimble template. However, the off-canvas menu displays below. See the image https://prnt.sc/18igd0a. The web page is https://demo.hashtagitright.com/fashion

I am using the following custom css

*#sp-header.menu-fixed { position: fixed; z-index: 9999; top: 0px; height:60px; }

sp-header {

background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
height: 60px;
left: 0;
position: absolute;

padding-top: 20px; / top: 40px;/ width: 100%; z-index: 999; }

sp-header.header-sticky {

position: fixed;
z-index: 9999;
background-color: #fff;
box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
height: 90px;

}

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #23380

Hello Kirti

Please use this CSS to Template Options -> Custom Code -> Custom CSS

#offcanvas-toggler{
    line-height: 0;
}

Best regards

0
K
Kirti
Accepted Answer
4 years ago #23389

Yes, that worked. Thank you so much

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #23396

You are welcome

0