Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] Responsive Mobile - No Register Button

6 Posts
3 Users
1 Reactions
928 Views
Posts: 32
Topic starter
(@st0nehead_ss)
Eminent Member
Joined: 4 years ago

when on mobile device the forum shows no register button anywhere, users cannot sign up

 

ok on desktop

 

thanks

5 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

@st0nehead_ss

add this to custom css

#wpforo #wpforo-wrap .wpf-res-menu {
color: #9aa6a3 !important;
}

Dashboard > Forums > Settings > Style (custom css)

Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

@st0nehead_ss,

Check this post: https://wpforo.com/community/postid/62625/

Posts: 32
Topic starter
(@st0nehead_ss)
Eminent Member
Joined: 4 years ago

thanks guys, doe sit matter exactly where it is pasted, or at the end of other custom CSS is ok (i am not a dev, have no experience with CSS)

Posts: 32
Topic starter
(@st0nehead_ss)
Eminent Member
Joined: 4 years ago

i have added this:  

#wpforo #wpforo-wrap .wpf-res-menu {
color: #9aa6a3 !important;
}
@media screen and (max-width: 620px){
#wpforo #wpforo-wrap #wpforo-menu .wpf-res-menu {
display: none;
}
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu li a {
padding: 5px 11px;
}
ul#wpf-menu {
display: flex !important;
}
}

Per two posts on the subject, and now have an overlap issue on mobile, shown in screenshot attached...

1 Reply
(@st0nehead_ss)
Joined: 4 years ago

Eminent Member
Posts: 32

EDIT: it appears it was from the padding, i seem to have been able to fix it within acceptable limits