Default menu

Hello, if you go to the page https://arting.si on the second button in menu "Ponudba materialov" I would like a smaller font so that it is not until the end of the page.
Thank you very much for your time and help

Comments

  • Hi, I've solved the size of the font. But now I would like the product name to be in a sentence and not "broken"

    Example:
    Toplotne izolacije--> Lesena vlakna za vpihovanje Zell ( in one sentence)

    Thank you very much for your time and help
  • Hello,
    Please use this CSS code in the Theme Options > Custom CSS & JS > CSS
    .sub-menu .menu-item{
    white-space: nowrap !important;
    }
    Thanks
  • Hi, thanks for your reply. Now the sentence is outside the beckground. I need it to be beautiful and functional.
  • It require a lot of CSS changed of the menu items and we suggest not to do it because of responsive issues.
    That's why we keep the word broke, because proper size of menu item is 250px - it can fit on all of the displays.

    Thanks
Sign In or Register to comment.