Navigation Off Canvas Close Button

How do I add padding to the close icon on the mobile nav off canvas?

Screenshot 2022-12-02 - 11.49.35

Hello @ZEBRADOG,

Thanks for writing to us.

Regretfully there is no option for that at the moment I would suggest you please add this inline CSS code.
Navigation OFF Canvas —>Customize —>Element CSS

$el .x-off-canvas-close {
    top: 10px;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.