Customization Tips | Barber - Documentation | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Barber

Updated Last: 25 June 2025

Customization Tips

How to Set Mobile (Offcanvas) Menu Items to the Left

By default menu items in the Mobile Menu are center-aligned, but using custom CSS you can align menu items to the left. This Custom CSS should help:

.offcanvas-menu .offcanvas-inner .sp-module ul > li,
.offcanvas-menu .offcanvas-inner .sp-module ul li  ul li {text-align: left;}

Insert the above custom CSS code in System > Site Template Styles > barber - Default > Template Options > Custom Code.