• My blog is here and the theme I’m using is Black Coffee.

    The problem I am having is that there is too big of a space between the title of a widget item in the sidebar and the contents of the widget as seen in this pic. I’ve searched to documentation, Google and this forum but can’t find anything that resembles my problem. I’ve looked through the style sheet but I’m a bit out of my depth with this one so I would really appreciate some help. Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter Nyx1961

    (@nyx1961)

    I separated the margins and made the top-margin smaller here:

    .art-BlockContent-body
    {
    	position: relative;
    	z-index: 1;
    	padding-top: 1px;
    	padding-right: 11px;
    	padding-bottom: 11px;
    	padding-left: 11px;
    }

    and that somewhat fixed the problem but for some reason, the space is bigger on addon widgets, such the quotes widget I’m using, and on custom text widgets than it is in default Worpress widgets. So, I’m still hoping to get that resolved.

Viewing 1 replies (of 1 total)
  • The topic ‘sidebar space too big’ is closed to new replies.