Notifications
Clear all

Add Question Button Size

10 Posts
4 Users
2 Reactions
853 Views
DursunKaptan
Posts: 27
Topic starter
(@dursunkaptan)
Eminent Member
Joined: 7 months ago

Hello
I wonder if I can make the Ask a Question Button in the red area in the picture a little larger. How do we enlarge the ask question button?

Thanks

9 Replies
adisaputro
Posts: 127
(@adisaputro)
Estimable Member
Joined: 6 years ago

You can do that using css, @tutrix

Reply
Tutrix
Posts: 1357
(@tutrix)
Noble Member
Joined: 4 years ago

@dursunkaptan 

Example (change the px values as you like)

#wpforo #wpforo-wrap .wpfl-3 .wpf-head-bar-right .wpf-button {min-width: 200px; height: 50px; font-size: 24px;}
Reply
2 Replies
DursunKaptan
(@dursunkaptan)
Joined: 7 months ago

Eminent Member
Posts: 27

@tutrix Where will we put this code? I added it from custom css, nothing changed in the forum.

Reply
(@percysgrowroom)
Joined: 5 years ago

Noble Member
Posts: 1163

@dursunkaptan Did you change the pixel sizes? It goes in the custom CSS, and it should work. Tutrix did mention to adjust the pixels sizes though, so pasting the code wont do anything, you need to change those numbers 🙂 Like this maybe?

#wpforo #wpforo-wrap .wpfl-3 .wpf-head-bar-right .wpf-button {min-width: 400px; height: 100px; font-size: 24px;}
Reply
Tutrix
Posts: 1357
(@tutrix)
Noble Member
Joined: 4 years ago

@dursunkaptan 

The code works (clear browser cache)

Reply
Tutrix
Posts: 1357
(@tutrix)
Noble Member
Joined: 4 years ago

@dursunkaptan 

do not translate the css code to turkish

#wpforo #wpforo-wrap .wpfl-3 .wpf-head-bar-right .wpf-button {min-width: 400px; yükseklik: 100 piksel; yazı tipi boyutu: 24 piksel;}

and the closing bracket is missing at

@media screen and (max-width: 680px) {...}
Reply
Page 1 / 2