Notifications
Clear all

wpForo 1.x.x [Closed] Small spacing outside of mobile nav hover. Wondering how to remove it

3 Posts
2 Users
0 Likes
1,445 Views
Posts: 2
Topic starter
(@sambelco)
New Member
Joined: 5 years ago

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
1 Reply
(@sambelco)
Joined: 5 years ago

New Member
Posts: 2

Let me include where the forum is located, https://www.sambel.co/community/

Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

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;
}