Hello. I have a request. How can I slightly widen (lengthen) the main menu in the JA-Vega template? If I want to add 3 letters to a word, it moves to two lines and looks terrible.
I slightly widen (lengthen) the main menu
6 days later
veterinarul Hi,
To widen the main menu, you can adjust the Bootstrap classes in the mainnav block.
1/ Go to Layout settings in the template.
2/ Navigate to the Header section and edit the mainnav block.
You'll find classes like col-xl-8
and col-xl-4
. Change these to col-xl-9
and col-xl-3
, respectively. Make sure the total number of grid columns remains 12.
Regards