Notifications
Clear all

How to change the size of items? like edit profile item

6 Posts
2 Users
0 Reactions
88 Views
Posts: 5
Topic starter
(@simsim)
Active Member
Joined: 1 month ago

Hi

I want to change the size of many items in forums like edit profile item. it is very small and users can not find that so easilly.

can you help me?

thanks

5 Replies
Sofy
Posts: 5436
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi,

Use the CSS code below: 

.wpforo-user-tools span  {
    font-size:  25px  !important;
}
.wpforo-user-tools svg  {
   width:  25px   !important;
}

 

Change the red marked values as you like. 

Insert the CSS codes in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab.  

Reply
Posts: 5
Topic starter
(@simsim)
Active Member
Joined: 1 month ago

Thanks, It work.

and one more qestion,

If I want to change my board width, what should I do?

like picture there is no space and Words clung to the corners.

Thanks

Reply
1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 5436

@simsim 

Please provide the URL. 

Reply
Posts: 5
Topic starter
(@simsim)
Active Member
Joined: 1 month ago

I send, but please then you delete it from post.

URL is removed

Reply
1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 5436

@simsim 

Use this CSS code: 

#wpforo #wpforo-wrap .wpforo-main {
    padding: 0px 27px;
}

You can change the values as you like.

Reply