Shape 5

Joomla Templates => Mediaplate - Club => : bderuiter July 02, 2010, 07:16:16 AM



: aligning complete template to the left
: bderuiter July 02, 2010, 07:16:16 AM
Is it possible to align the complete template to the left. I would like to adjust the template at about 100 pixels to the left to be honest but the aligning would already be very satisfying.

http://www.bdrmedia.nl/wklein


: Re: aligning complete template to the left
: jonahh July 02, 2010, 12:30:42 PM
Hello,

The following CSS format below is what aligns it to the middle of the browser, just remove that margin 0 auto and it will align to the left.  You may need to add some margin-left so that it has a little space on the left.

template_css.css (line 510)

.s5_wrap {
margin:0 auto;
}