Can you post a link?
I think I could give you custom css that would do this just need to see how you have it set up.
Kadence Themes
I’m extremely sorry I won’t be able to. I could get them to float to the right but couldn’t adjust the size since they were part of the primary menu. I noticed the property font-size can be used to resize them if they were part of a page, but in the menu, it doesn’t seem to be working. How can I target the size of the icons if they’re part of the menu?
Hey, I think this will work:
.sf-menu li a i {
font-size: 30px;
}
Just paste it in your custom css box in theme options > advanced settings.
Hannah
That did it! I was using CSS on the icon-class but for some reason that doesn’t work for icon size. Thank you so much Hannah!