Customizing the Drupal 6 LiteJazz Theme - Increasing Margins
Submitted by badzilla on Tue, 29/09/2009 - 16:18
These values work for me, but you may wish to experiment and refine these values to reflect your own taste. At last - room to swing the proverbial cat in the Beezee theme.
The tiny LiteJazz (herein after referred to as Beezee which is our cloned theme) margins give a cluttered feel. My tutorial to effect this change is below.
Edit the sites/all/themes/beezee/style.css file and locate and change the two blocks below.
#sidebar-left .block, #sidebar-right .block {
padding-top: 10px;
padding-bottom: 15px;
padding-right: 20px;
padding-left: 20px;
}#squeeze {
padding: 0 50px 15px 30px;
}These values work for me, but you may wish to experiment and refine these values to reflect your own taste. At last - room to swing the proverbial cat in the Beezee theme.