• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 03.04.17, 14:44
  • Opened by: Hugo Snellen
  • Closed by: Marek
  • Closed on: 26.04.17, 22:58
  • Reason: Closed
  • Comment: Glad to help!

Ticket #10349 - flexmenu spacing child cats

Hi Marek,
Can you supply me with extra css to create more space and control for items in child menus please?

Comments

Hugo Snellen 03 Apr 2017, 16:15

I think it is best to update all alysum account info through private page of ticket 1034 .. ?

Marek 04 Apr 2017, 10:01

Do you mean something like this:
media.promokit.euscreenshotsscreencloudscreenshot20170404_100137.jpg

Hugo Snellen 04 Apr 2017, 13:08

Yes that is better.
Can I have extra css control to see if I can find enough room to prevent line break before ‘karité ?
Also I would like control over child nav colors and sizes!
Thank you.

Hugo Snellen 04 Apr 2017, 15:25

Do you have all credentials now?

Marek 05 Apr 2017, 23:41

Ok.
Here is your css:

body ul.main-section-links ul.main-section-sublinks > li {margin-bottom:10px}

and to cut second line of menu item:

body ul.main-section-links ul.main-section-sublinks > li a {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
Hugo Snellen 26 Apr 2017, 21:24

Yes thank you.