Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #899250

    Hi,
    I am using the Photography Demo with the vertical menu. Is there a way to increase the width of the container holding the menu and logo so it may be a 35/65 split?
    Thanks
    Rob Holmes

    #899260

    Hey trobh1963,

    Add this to quick css and adjust the width:

    .html_header_sidebar #top #header{
    width:500px!important;
    }

    Best regards,
    Jordan Shannon

    #899300

    Thanks Jordan,

    I tried something like the css you posted and it does widen the menu and logo but it cuts off the elements in the main content section. I’m looking for a way to maintain the ratio but have the entire sidebar container increase in width a bit.

    Any other ideas?

    Rob

    #899349

    Hi,

    Apologies, add this with it:

    .html_header_left #main {
        margin-left: 600px!important;
    }

    You can adjust this and the side bar width to get your desired look.

    Best regards,
    Jordan Shannon

    #899378

    Thanks Again Jordan,
    400px seems to be my desired width. However, I lost the responsiveness of the site and stickiness of the menu. If this is a problem let me know.

    Rob

    #899392

    Hi,

    Can you paste a screenshot of the issue?

    Best regards,
    Jordan Shannon

    #899438

    Hi Jordan,
    I sent you an email with the screenshot. When the screen moves from pc to tablet to mobile the main content is no longer visible.

    #899638

    Hi trobh1963,

    Can you please upload the screenshot to Dropbox or the like and give us the link here?

    Best regards,
    Victoria

    #899842
    #900689

    Hi trobh1963,

    Thank you. You need to wrap the code above in a media query, like this:

    
    @media only screen and (min-width: 1024px) {
      .html_header_left #main {
        margin-left: 600px!important;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.