Notifications
Clear all

wpForo 1.x.x [Closed] Widget sidebar style

4 Posts
2 Users
0 Likes
662 Views
Posts: 4
 Sean
Topic starter
(@sean)
Active Member
Joined: 4 years ago

Hey guys,

I'm sure a dev here will know right away.

My Recent Topics widget has CSS issues the title is off and there is not style I'm not sure how to target it.

This is the CSS used for the widget above it 

.wpp-list li {
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
background : white;
padding:15px;
border-bottom : solid 1px #dfdfdf;
margin-bottom : 1px;
}

How would I get the recent topics widget to style the same with the fixed title.

Thanks for your time

 

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

Hi @sean,

This is the simple CSS conflict with the current active theme.

Please leave your forum URL to allow us to check t.

2 Replies
 Sean
(@sean)
Joined: 4 years ago

Active Member
Posts: 4

@alvina here is the URL the widget it bottom right 

https://www.hytalespy.com/

thanks for your time

Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1869

Hi @sean,

Please navigate to the Dashboard > Forums > Settings > Styles admin page "Custom CSS Code" textarea:

.wpforo-widget-wrap .widget-title {
padding: 0 15px !important;
}

Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.