List Category Posts
-
Looks like you mean you want to change the spacing of those categories? Someone needs to see your live site to help with that kind of question.
Yes that’s what I want to do.
My site is THISTry adding this to your theme’s custom CSS section:
.widget_listcategorypostswidget { padding: 0 10px; }Nothing. Maybe i do it wrong :/
If u can telling me how to do “Step by Step”.First, if you are modifying theme files (style.css) that’s no good – as those changes will be erased when the theme is updated. You should be using a custom CSS plugin or a child theme.
That said, try changing the above to this:
.sidebar .widget_listcategorypostswidget { padding: 0 10px; }Ok, I did it.
Thank’s a lot. But I have a question. I have it right now like:.sidebar .widget_listcategorypostswidget { padding: 0 1px; }Can do it more close ? I mean the categories.
This custom CSS is interfering:
.sidebar .widget { padding-left: 20px; padding-right: 20px; padding-top: 20px; }So try adding !important:
.sidebar .widget_listcategorypostswidget { padding: 0 1px !important; }Dude, thank’s a lot. You’are awesome π
I want to have contact with you on Facebook or whatever you want.
Contact me in: [redacted]Thank you. BTW, I’m female :)!
We really try to keep help on the forums…and I’m not active on FB (sorry – too much of a time sink)! But you’ll find me around here :)!
Heh sorry about the “dude”. π
Anyway, it would be my pleasure to work with you again.
I work on this problem 3 days and you helped me in 10 mins.
Thank’s again.See you around.
No worries, happens a lot :)!
Happy to help and look forward to seeing you around too!
The topic ‘List Category Posts’ is closed to new replies.