Add Topic button
 
Notifications
Clear all

Add Topic button

7 Posts
2 Users
0 Likes
3,578 Views
(@leo199)
Member Customer
Joined: 6 years ago
Posts: 9
Topic starter  

The text on the Add Topic button in Dutch is rather long: "Voeg Onderwerp Toe". It doesn't fit the mobile layout when it is to the left of the forum title and description.

How would I align the button to the left, under the forum title and description?

Screenshot 20171018 081638 (002)

   
Quote
(@leo199)
Member Customer
Joined: 6 years ago
Posts: 9
Topic starter  

Sorry, mistake. Edit this:

'It doesn't fit the mobile layout when it is to the right of the forum title and description.'


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4168
 

Please navigate to Dashboard > Forums > Settings > Styles and put this CSS code in Custom CSS Code textarea. Then save, delete all caches and do Ctrl+F5 on forum front-end.

#wpforo-wrap .wpf-head-bar-left {
    min-height: 85px;
}

   
ReplyQuote
(@leo199)
Member Customer
Joined: 6 years ago
Posts: 9
Topic starter  

Thanks, did this, but it's not moving.


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4168
 

Try this one, don't forget do all steps explained above:

@media screen and (max-width:480px) {
#wpforo-wrap .wpf-head-bar-right {
float: none;
padding: 0px 1px 0px 1px;
}
}

   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4168
 

In most cases phone cache is hard to reset, so if you don't see result on your phone try it on other phone till your phone cache is rest.


   
ReplyQuote
(@leo199)
Member Customer
Joined: 6 years ago
Posts: 9
Topic starter  

Yup, I'm good.

Thanks!


   
ReplyQuote
Share:
Scroll to top