Hi,
There should normally be an x icon at the top right when in smaller screens.
Which ‘display options’ do you have in the settings page (add to menu…)? And did you add a value in the ‘box header’ field?
Hi,
I am using the shortcode option to add the bell icon. I have not added anything to “box header” field.
View post on imgur.com
Hi,
I’m unable to see the image you sent.
Can you check in the page with the shortcode ‘s source code if you can find an element with this class : wnbell-closebtn ?
In case you do, can you change its css to this to test if it’s not visible due to its position:
.wnbell-closebtn{
background-color: #24a0ed;
width: 200px;
height: 200px;
top:0;
left:0;
right:0;
}
-
This reply was modified 4 years, 4 months ago by
wpdever.
Hey,
I ended up adding .wnbell_drop_list_ss and adding a margin-top: 65px to @media (max-width: 768px) and seem to have solved my issues since the menu was covering the close button.
-
This reply was modified 4 years, 4 months ago by
efinst0rm.