Template Kidzy - Menu Icon Display - Question | JoomShaper

Template Kidzy - Menu Icon Display

F.

FREESERVIS .s.r.o.

Template 2 years ago

Hello,

I can't set the Kidzy template menu menu icon. The icon is displayed below the menu, it should be displayed correctly to the left of the menu.

https://prnt.sc/1wqs5sh

Regards Milan!

0
5 Answers
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #39057

You are welcome.

Please remove this:

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    display: flex;
}

And add this:

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a > img {
    float: left;
}

Hope this will solve the issue.

0
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #39055

Hello

Thank you for your query.

Please add these css rules in custom css section:

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    display: flex;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a > span{
    line-height: 32px;
}

Kindly do let me know if that works.

0
F.
FREESERVIS .s.r.o.
Accepted Answer
2 years ago #39056

Thank you,

the icons now display correctly, but the arrow (>) has moved to the menu text.

https://prnt.sc/1wqudpx

Milan

0
F.
FREESERVIS .s.r.o.
Accepted Answer
2 years ago #39059

Great, now it's O.K.

Thank you.

Milan

0
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #39060

You are most welcome.

Glad I could help you :)

0