iJoomla Forum

iJoomla Magazine => Troubleshooting => Topic started by: gg01 on March 22, 2008, 09:45:17 AM



Title: Where do I adjust the padding for the top of the content area
Post by: gg01 on March 22, 2008, 09:45:17 AM
My client has requested I tighten things up at the top of the content area.  Where do I adjust the padding?  See example.  Thanks!


Title: Re: Where do I adjust the padding for the top of the content area
Post by: RicardoCorai on March 24, 2008, 03:44:02 PM
Which layout are you using?


Title: Re: Where do I adjust the padding for the top of the content area
Post by: gg01 on March 25, 2008, 09:51:43 AM
Layout #1


Title: Re: Where do I adjust the padding for the top of the content area
Post by: RicardoCorai on March 25, 2008, 11:39:35 AM
Edit your layout and try with this:
Code:
<style type="text/css" media="screen">
@import url( {LAYOUT_PATH}/css/{CSS} );
</style>

<table width='100%'><tr><td>{EDITION_IMAGE}</td></tr></table>
<div class='common'>
{ZONE_1}
</div>



<br clear="all">

<div class="common">

        {ZONE_2}

</div>
Let me know if the problem persists.
Best regards,