I have a left aligned logo and menu. I would like to reduce the overall width of the entire menu and logo, there is to much white space (padding). How can this be accomplished?
Thanks Joe
Hi JoeLamari!
To understand what you aim to do, you want to make smaller the ” sidebar “? Is that correct?
Regards,
Basilis
Hi Basilis,
Yes that is correct “make the sidebar smaller”. Below is the code I changed and it seems to work. Is this the correct approach?
I changed the width from 300px to 240px:
.html_header_sidebar #top #header{width:240px; position: absolute; min-height:100%; border-bottom:none;}
.html_header_left #main{ margin-left:240px; position: relative; border-left-style:solid; border-left-width:1px; }
.html_header_right #main{margin-right:240px; position: relative; border-right-style:solid; border-right-width:1px; }
Thanks for the quick response!
Joe
Thank you the response!!! This thread can be closed.