Tagged: colored button, icon, primary menu
Hi, if I add an icon to the colored button style in the top menu, it appears outside of the colored area.
Is there a way to include it inside the colored area?
Hi knoche9343!
Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Best regards,
Elliott
see the link in the private content – look at the top menu the Ways to Give button.
Hey!
All I see is a coming soon page. Do we need to login?
Best regards,
Elliott
See private content
Hey!
Add this to your custom CSS.
#top .av_header_transparency .avia-menu-fx {
bottom: 22%;
width: 100% !important;
left: 0% !important;
}
Regards,
Elliott
Sadly, this didn’t work… Any other guess? See private content.
Hi!
Oh I see what you mean now. Try this out.
#menu-item-78 .avia-menu-text {
padding-left: 30px !important;
}
#menu-item-78 .avia-menu-text .av_font_icon {
left: 30px;
position: relative;
}
Regards,
Elliott
Great, that works!
Thanks a lot.