Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #450533

    Hi, yesterday you helped us with mobile version responsiveness and now web and mobile working perfectly. We had used .responsive .logo img {
    max-width: 75%;
    }

    The tablet view (ipad for example) is terrible. The menu is overlapping logo and the 3 column grid layouts are not shrinking and words covering images etc. We would love your help! Thanks!

    Please see site here http://www.lobstertrail.com/

    #450660

    Hi lobstahhhhhhh!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 1190px) {
    .av-main-nav > li > a {
      padding: 0 7px;
    }}

    Regards,
    Yigit

    #450700

    Hi Yigit! Thank you – that helped but only a small bit when the tablet is held portrait. It fixed the logo overlap but not the three column grid layout seen on pages like this : http://www.lobstertrail.com/eat/1000-lobster-rolls/ it is still not showing the columns correctly. On the landscape version of ipad, logo still overlaps and columns awful.

    The iphone works perfectly and so having hard time understanding issues with tablet. The iphone stacks the columns one on top of each other in portrait and then when flip to landscape …it auto sizes to two columns. Can the ipad layout work similarly?

    Thanks so much.

    #451113

    Hey!

    You can add this in the Quick CSS field to force the grid to resize on ipad, same as the iphone view:

    @media only screen and (max-width: 989px) and (min-width: 767px) {
    	.responsive #top .av-masonry-entry {
    	  width: 49.90%;
    	}
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

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