How to fix Notification Dropdown too small?

5.02K viewsIssues
1

Sorry for my bad english ๐Ÿ™‚

I’ll recently set Anspress on my WordPress site, www.qwertymag.it

I placed notification menรน on my main menรน, but it’s too small, something is resizing it. Can somebody help me please?

http://s2.postimg.org/v4av91iw9/Screenshot_4.png

Thanks in advance ๐Ÿ™‚

1

What about:

#ap-notification-dropdown {
    width: 350px !important;
}

It works! Thanks ๐Ÿ™‚

1

Try this:

body ul ul#ap-notification-dropdown {
    width: 350px;
}

That’s not working ๐Ÿ™ I placed it on overrides.css…