Hello, how to disable the topbar space for mobile (XS for example). Because if nothing is set to this position there will be only a blank useless row. (see screenshot - green marked)
Hi @hagen,
Follow some blow steps to hide the topbar on mobile.
From the template dashboard click to the Layout Settings tab and click to the header configure icon.
Click to the Edit button to edit header block.
Add class "d-none d-sm-flex" to the ja-topbar element.
Save and back to front-end to check the change.
Regards,
Thank you for yery much for this nice presented instructions! Work perfect!