• Hi, i use twenty eleven theme and i add a bolder around the widgets, the search and the title widget to my child theme using this codes.
    My site: http://www.e-hacking.com/

    [CSS code moderated – the link to your site is sufficient to access the styles]

    My problem is the space inside at the top of the widgets. As you see for example to “DONATE” widget the button has no space at the top with the title bolder but it is looking good around and the bottom. I try to figure out this 2 days with no luck, any help would be appreciate, thanks in advance!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Do not edit the Twenty Eleven theme. It is the default WordPress 3.2 theme and having access to an unedited version of the theme is vital when dealing with a range of site issues.

    Create a child theme for your changes. Once your child theme is active, we should be able to help with the customisation.

    Thread Starter Stergos

    (@stergos)

    As i say:

    Hi, i use twenty eleven theme and i add a bolder around the widgets, the search and the title widget to my child theme using this codes.

    I already use child theme my friend.

    the DONATE widget is a textwidget, therefore you could add:

    .textwidget{ padding-top:5px; }

    that would also act on the AVERTISEMENTS widget.

    or very specifically to the DONATE widget:

    #text-4 .textwidget{ padding-top:5px; }

    Thread Starter Stergos

    (@stergos)

    Thank you so much alchymyth, appreciate your help!!!

    Just one more question please, is there anyway to use image as a title border?

    Actually i have a site with image widget borders but i don’t know how is this working i don’t create this site myself.
    http://www.paranormal-store.com/

    Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Spaces inside the widget’ is closed to new replies.