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 [Solved] Text Buttons Above Text Box Not Aligned Correctly

5 Posts
3 Users
0 Reactions
1,241 Views
Posts: 3
Topic starter
(@wpender)
Active Member
Joined: 6 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 6 years ago

Here is the URL to the forum page.

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

Thank you!

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

Support Team
Posts: 5486

@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: 6 years ago

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