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.
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. |
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, 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 |
Thank antonlv,it work great. |