Page 1 of 1

SOLVED - Left nav smaller 'width wise'.

Posted: Mon Feb 25, 2013 10:44 pm
by Tzalim
Hello,

I want to get the left nav bar closer/smaller on the default template (eg. ShadowMenu left + 1 column). Can I do that? I'm not that fluent in css or xhtml, is it hard to do? Thanks :)

Re: Left nav smaller 'width wise'.

Posted: Tue Feb 26, 2013 5:39 pm
by Dr.CSS
Look for this...


div#sidebar {
/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */
float: left;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
width: 26%;
/* FIX IE double margin bug */
display: inline;
/* the 20px is on the bottom, insures space above footer if longer than content */
margin: 0px 0px 20px;
padding: 0px;
/* you can set your own image here */
background: url(http://multiintech.com/defaultcontent/u ... ainrt1.gif) no-repeat right top;
}

Re: Left nav smaller 'width wise'.

Posted: Tue Mar 12, 2013 5:07 am
by Tzalim
Hello Dr.CSS,

Sorry it has taken me this long to get back you. I have been working on my website... Ok, great, I will see what I can do. :-)