• Resolved 4:20

    (@420blazeit)


    Hey there,
    I use in my Website the “List Category Posts” Plugin and my Categories in sidebar are like
    THIS

    BUT !!!
    I want to make them like
    THIS

    So, how can I do it ?

    Thank’s,
    Greetings from Greece ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • 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.

    Thread Starter 4:20

    (@420blazeit)

    Yes that’s what I want to do.
    My site is THIS

    Try adding this to your theme’s custom CSS section:

    .widget_listcategorypostswidget {
         padding: 0 10px;
           }

    Thread Starter 4:20

    (@420blazeit)

    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;
           }

    Thread Starter 4:20

    (@420blazeit)

    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;
           }

    Thread Starter 4:20

    (@420blazeit)

    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 :)!

    Thread Starter 4:20

    (@420blazeit)

    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!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘List Category Posts’ is closed to new replies.