Empty space on Notifications at the frontend menu
Add this to your style.css:
body ul ul#ap-notification-dropdown li { width: auto; }
Rahul Aryan commented
Then add !important.
Add this to your style.css:
body ul ul#ap-notification-dropdown li { width: auto; }
Then add !important.
Hi,
Thanks for the quick respond.
I added the code to my theme’s style.css…
Unfortunately, it’s still the same dropdown menu with spaces…