Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #161740

    I believe because the logo we’re using for this site is so large, it’s causing issues with screen size.

    Please look at the home page- if you now drag the right bottom corner of the browser in, you’ll see the main navigation crashes into the logo at about 1000px wide – until about 760 where it switches to the nav having the dropdown menu.

    Any way we can make that action happen at 1000, rather than waiting – or another recommendation?

    http://www.atticusi.com/linked-beta/

    • This topic was modified 11 years, 2 months ago by stonerome.
    #161760

    We solved this, but I’m guessing somewhat crudely. Is there a better way?

    We added this to the grid CSS under #Tablet Portrait:

    div .logo{
    float:left;
    position: absolute;
    left:0;
    max-width: 225px;
    }

    #162090

    Hi,

    Please move the code on the custom.css or Quick CSS field. Add this lines:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .logo {
    width: 230px;
    margin-top: 50px;
    }
    }

    Regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Responsive issue – Change of logo size and main nav’ is closed to new replies.