Empty space on Notifications at the frontend menu

3.66K viewsIssues
0

Hi,

It’s a great plugin.

I saw a problem and cant find the answer to resolve it.

In my site, I placed the notifications on to the menu… But after click the notifications, the windows come with semi empty… Like this:

So, what dou you think? How can I move to resolve this problem?

 

Thanks

Attachments

ansp.png
0

Add this to your style.css:

body ul ul#ap-notification-dropdown li {
    width: auto;
}

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…

Then add !important.