Hello guys,
I need help solving the following issue:
Off-canvas menu has a black area at the end of it which is covering menu items because I have added a lot more. I need to fix that issue.
Any help would be valuable.
Thank you
archaggelos Hi. Please add this to css:
.t3-off-canvas { background: #fff; }
It worked thank you