Forums

Spaces inside the widget (5 posts)

  1. Stergos
    Member
    Posted 7 months ago #

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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 7 months ago #

    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.

  3. Stergos
    Member
    Posted 7 months ago #

    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.

  4. alchymyth
    The Sweeper
    Posted 7 months ago #

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

  5. Stergos
    Member
    Posted 7 months ago #

    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?

Reply

You must log in to post.

About this Topic