Hi, I know there’s already a lot of topics concerning this, but I can’t find the right answer. I already applied quick css for social icons height, font size telephone number and menu item. But The menu item padding does not work. It sticks to top instead of vertical center. I also want to include a telephone icon preceeding the phone number. Link fo site is quoted in private content.
Txn
Arthur
Hi arthurvancadsand!
Please try adding following code to Quick CSS
nav.sub_menu {
padding-top: 25px;
}
Best regards,
Yigit
That worked perfectly, TNX!