Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
plugins-topic
Where to style the Recent Posts widget plugin
Avatar
slobizman
Member
Free Members
sp_UserOfflineSmall Offline
Apr 26, 2013 - 10:10 am

I installed the template tag plugin so I could use the Recent Posts widget.  It's working just fine.  But I need to change the CSS in order to change the left padding of the list to 10px.  I see that it is "#ez-home-sidebar-1 ol" but I don't know where to place the CSS. Can you point it out please?

I think this is what I have to place somewhere:

#ez-home-sidebar-1 ol {
margin: 0px;
padding: 10px 10px 10px 10px;
}

I didn't think it was right to do so, but I tried adding it to the default style sheet for my theme, and it didn't work there.

 

BTW, I also tried entering a DIV and /DIV in one of the Widget's "before" and "after" sets of fields to apply in-line css, but it didn't like that.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 26, 2013 - 11:00 am

It would need to go in your wp theme stylesheet...  since its run outside of the forum page, our css is not loaded...

assume the ID is from our wp theme... but not sure about the ol... we use a ul or div there..

Avatar
slobizman
Member
Free Members
sp_UserOfflineSmall Offline
Apr 26, 2013 - 11:28 am

Got it! for anyone else who runs across this and want to do it, I did it with the following:

ul#spRecentPostsTag {
margin: 0px;
padding: 10px 10px 10px 10px;
}

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 26, 2013 - 12:42 pm

that will work... thanks for the update...

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17363
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625