No Close Button When Offcanvas Menu At Right Position - Question | JoomShaper

No Close Button When Offcanvas Menu At Right Position

OH

O. Harris

Template 3 years ago

Using Manufacture template I have placed "offcanvas" menu to right position, but there is no visible close menu button.

See screenshot link - http://prntscr.com/x3d1yt

How can I correct this?

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

Hello O. Harris

Please share your site URL to check this issue. Use the Hidden Content box if you need to share privately.

Best regards

0
OH
O. Harris
Accepted Answer
3 years ago #2659

Added to hidden area

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #2982

It is visible now. You can use this CSS to position it correctly.

body.ltr .close-offcanvas{
    right: 0px;
}
0