Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #491081

    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

    #491107

    Hi JoeLamari!

    To understand what you aim to do, you want to make smaller the ” sidebar “? Is that correct?

    Regards,
    Basilis

    #491111

    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

    #491433

    Hey!

    Yes, that is the correct approach. Glad you figured it out! :)

    Regards,
    Yigit

    #492390

    Thank you the response!!! This thread can be closed.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How can I reduce the overall width of a Logo and Menu sidebar?’ is closed to new replies.