how customize menu and section carousel
-
Hello friends, as you can see in the photo, I have 10 categories displayed in part of the menu. It looks huge and breaks the layout. Is there a way to solve this?
On the other hand, in the category carousel, as you can notice, the buttons are very close to the categories. I've tried multiple things but they don't seem to have any effect. I even modified your file to use -left-14, which should be equivalent to -3.5rem, but nothing works.
-
Hello @alexVillalobos
The Header section where all your categories is managed from the file is mentioned below you can customize it as per your requirement.
packages >> Webkul >> Shop >> src >> Resources >> views >> components >> layouts >> header >> desktop >> bottom.blade.php
and to manage the category carousel you can manage and customize it from the file
packages >> Webkul >> Shop >> src >> Resources >> views >> components >> categories >> carousel.blade.php
Thanks & Regards..!!