Forums
(@waqasibrahim)
7 years, 11 months ago
Hi, Thanks a lot. Refreshing permalinks settings worked.
PS. WordPress is installed in subdirectory “blog” and I did disable the Wordfence plugin but still did not work.
Hello, Thanks for your response. I have enabled access for the user.
8 years ago
#menu > ul { overflow-y: scroll; }
Changing this to
#menu > ul { overflow: auto; }
will fix this issue.