CSS question

I need to delete the space between the border and the text inside the blocks, because i already delete the borders, but the text don´t align with the box header. In the attachment i show you the space i want to delete. Please, help me.

example.jpg · 17.1K · 166 views
Quote · 18 Sep 2012

Hello

The space between border and content may be added with different CSS classes. But for the Subscribe block and some others you need to edit templates/base/css/common.css file. Find and modify the following CSS class near 267 line.

.boxContent > .form_advanced > .form_advanced_wrapper,
.boxContent > .dbContentHtml,
.boxContent > .RSSAggrCont > .rss_feed_wrapper,
.login_box_text
{
    margin: 9px;
}

You may use FireBug extension for FireFox to determine what CSS is used and where it can be found.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 19 Sep 2012

Thank antonlv,it work great.

Quote · 24 Sep 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.