SOLVED - Left nav smaller 'width wise'.

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Tzalim
New Member
New Member
Posts: 5
Joined: Mon Feb 25, 2013 10:03 pm

SOLVED - Left nav smaller 'width wise'.

Post 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 :)
Last edited by Tzalim on Sun Jun 30, 2013 11:40 pm, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Left nav smaller 'width wise'.

Post 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;
}
Tzalim
New Member
New Member
Posts: 5
Joined: Mon Feb 25, 2013 10:03 pm

Re: Left nav smaller 'width wise'.

Post 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. :-)
Post Reply

Return to “Layout and Design (CSS & HTML)”