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

Off-canvas Left Position

L

linda

Helix Framework 2 years ago

The off-canvas right position is hidden on desktop but is showing when positioned on left, how can i hide it on desktop views?

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #100240

Hi

Use this custom CSS


@media (min-width: 1100px){
.burger-icon {
   display:none !important;
}
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #100214

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
L
linda
Accepted Answer
2 years ago #100223

1- When i choose off-canvas position "left" in template option https://snipboard.io/rx19jO.jpg

2- the canva menu shows on left on desktop view, i'd like it to be hidden just like if it was positioned "right" https://snipboard.io/CcymPU.jpg

0