Oct 02, 2018 4:58 pm
Hey great plugin, I just recently purchased the embed premium plugin.
I was wondering however, there is a small margin or spacing on the left of the hover dropdown in the mobile nav of the forum.
I can't seem to find where that code is located. What I'm going for is the nagivation to be aligned and with the hover being the same width as the dropdown mobile nav.
Any tips where I could locate that code would be awesome, thank you for great plugin!
2 Replies
Oct 03, 2018 9:12 am
Thank you @sambelco,
Please navigate to Dashboard > Forums > Settings > Styles admin page. Put the following CSS in "Custom CSS Code" textarea. Save it, delete all caches and check again.
#wpforo #wpforo-wrap #wpforo-menu li{
margin-left: 0 !important;
}