Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #27177
    medicsontheball
    Participant

    How can I remove the padding from a single text widget? I already know that it is text-10.

    #27181
    medicsontheball
    Participant

    I figured out the css…

    #text-10 {
    padding: 0 !important;
    }

    but there still a bit of padding on the right side. The link to my site is http://www.medicontheball.com. The bottom widget on the sidebar is the one in question.

    #27217
    Sakin
    Keymaster

    @medicsontheball: You can add that css in “Appearance => theme Options => Custom CSS” box.
    #text-10 { padding: 0; }

    #27283
    medicsontheball
    Participant

    I did that. It worked…mostly. There was still some padding on the right side. I ended up just changing the color of the padding to match the background. However, I would prefer to remove it completely.

    #27294
    Sakin
    Keymaster

    @medicsontheball: The css I gave you should work fine. But once you make the padding 0. The width of the text widget get expanded to width 325px. So, you need to increase the width of your images.

    #27296
    medicsontheball
    Participant

    hmm..ok. i didnt realize that. thank you

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘text widget padding’ is closed to new replies.