Hello. Where in CSS GK REPORTER should I set it to reduce the spaces between the words in the menu or reduce the distance between the menu and the logo or something like that... so that the word doesn't drop to the next line on smaller monitors?

@veterinarul,
Please provide us your website url, we will check and suggest the solution for your issue.

Kind regards,

@veterinarul,

Thanks for the site's URL.

You can create a new CSS file named custom.css in the "gk_reporter/css/" folder and add below css rules to the custom.css file.

.gk-header .gk-menu-wrapper {
  width: auto;
}

Save and reload your website to view the changes.

Write a Reply...
You need to Login to view replies.