• Resolved meir321

    (@meir321)


    Hi,

    I’m using

    .wnbell_notifications_lists {
    	max-height:1000px !important;
    	max-width:500px !important;
    	width:500px;
    	height:500px;
    }

    to change the container size of the notifications, however, the container won’t auto-size to the number of notifications, is there a way to do this?

    Thank you

Viewing 1 replies (of 1 total)
  • Thread Starter meir321

    (@meir321)

    Got it…

    .wnbell_notifications_lists {
    	max-height:1000px !important;
    	max-width:500px !important;
    	width:500px;
    	display: inline-block !important;
    }

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Notification List Autosize’ is closed to new replies.