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
SOLVED - Left nav smaller 'width wise'.
SOLVED - Left nav smaller 'width wise'.
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
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
Last edited by Tzalim on Sun Jun 30, 2013 11:40 pm, edited 1 time in total.
Re: Left nav smaller 'width wise'.
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;
}
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'.
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.
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.


