Notifications
Clear all

wpForo 1.x.x [Closed] Text alignment Problem

5 Posts
2 Users
2 Likes
560 Views
Posts: 1131
Topic starter
(@percysgrowroom)
Noble Member
Joined: 5 years ago

Hi guys. How do i fix this?

I need the text moved a little to the left so it doesnt clash with the border

 

4 Replies
Alvina
Posts: 1869
Moderator
(@alvina)
Member
Joined: 4 years ago

Hi @percysgrowroom,

Please try the following CSS code:

#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box {
padding: 5px 10px !important;
}
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads .wpf-thread {
padding: 7px 10px !important;
}

The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page, "Custom CSS Code" textarea.

In ant case, please don't forget to delete all caches and press  CTRL+F5(twice) on the frontend before checking.

Posts: 1131
Topic starter
(@percysgrowroom)
Noble Member
Joined: 5 years ago

Much better, thank you 🙂

Posts: 1131
Topic starter
(@percysgrowroom)
Noble Member
Joined: 5 years ago

Sorry, the problem is also on the posts..... i tried to change it myself but it didnt work exacltey as i wanted.... I am trying lol 

Take a look, the writing on the far right need to have a bit of padding:

https://percysgrowroom.com/forum/diagnosis-form/not-sure-what-i-got-going-on-here-help-please/#post-24305

1 Reply
Alvina
Moderator
(@alvina)
Joined: 4 years ago

Member
Posts: 1869

@percysgrowroom,

If you mean the date provided in the screenshot, use the following CSS code:

#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-top .wpf-post-date {
padding-right: 10px;
}

The red marked value can be changed.

If not please provide a screenshot of what exactly you want to change.