• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 22.07.19, 21:38
  • Opened by: Lynda
  • Closed by: Marek
  • Closed on: 28.07.19, 22:58
  • Reason: Closed
  • Comment: Glad to help!

Ticket #15162 - Conflict between the logo and the menu

Hello,

On my website (which is currently on maintenance mode), the menu interfere with my logo (see attached screenshot). What is the issue to this problem, please ? Is it possible to put the logo in SVG format ?

Thank you.

Comments

Marek 22 Jul 2019, 22:11

Hi, Lynda.
Seems the screenshot is wrong

Lynda 23 Jul 2019, 19:22

Sorry. The good screenshot is attached to this post.

Marek 23 Jul 2019, 19:33

There are too many elements in your header and I would like to suggest you change header layout and get rid of some elements. Or I can reduce the space between menu items.
Yes, it’s possible to use logo as SVG, but require some code customization

Lynda 23 Jul 2019, 22:06

I don’t want to change header layout, but I am willing to know how to reduce the space between menu items.
I would also like to know how to read the menu items in minuscule letters or how to change the font.

Thank you.

Marek 24 Jul 2019, 12:30

Please fill out all necessary fields in your profile https://support.promokit.eu/index.php?do=myprofile to access to your back office

Lynda 27 Jul 2019, 16:48

Thank you Marek, but I don’t know yet which layout I will choose for my menu, so I would prefer that you explain to me how to do rather than you do it.

Marek 27 Jul 2019, 20:00

Hi, Lynda.
Go to Theme Settings, header and find there menu item’s configuration.
As for menu items space, try to add this css code to the Theme Settings > Customer CSS

@media (min-width:1024px) {
body .pk-menu-horizontal li.level-1>a {
    padding: 15px;
}
}
Lynda 28 Jul 2019, 15:47

Thank you, Marek.