Notifications
Clear all

wpForo 1.x.x [Solved] Text Buttons Above Text Box Not Aligned Correctly

5 Posts
3 Users
0 Reactions
835 Views
Posts: 3
Topic starter
(@wpender)
Active Member
Joined: 5 years ago

The buttons above the reply text box do not line up like they do on this site. Please help me find out how I can correct this. Many thanks in ahead of time for your help and response. Greatly appreciated. I have attached a screen shot, so you can see what I mean. Thanks again.

 

 

4 Replies
Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @wpender,

This is a result of your theme aggressive CSS code. It has a hard affection to button HTML tags. Please leave your forum URL to allow us debug and provide with a small CSS code to fix this conflict.

Posts: 3
Topic starter
(@wpender)
Active Member
Joined: 5 years ago

Here is the URL to the forum page.

https://www.botchhappens.us/forum/

Thank you!

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

Support Team
Posts: 4585

@wpender,

Please navigate to Dashboard > Forums > Settings > Style Tab, put the CSS code in the "Custom CSS code" textarea, save it, delete all caches and check again.

#wpforo #wpforo-wrap .wpf-post-create .mce-toolbar .mce-btn, #wpforo #wpforo-wrap .wpf-topic-create .mce-toolbar .mce-btn {
    color: #000 !important;
}
#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group > div {
    display: flex !important;
}

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.    

Posts: 3
Topic starter
(@wpender)
Active Member
Joined: 5 years ago

That did the trick!!! Thank You!!!