Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #452446

    Hi,

    It happens on the demo site Portfolio 2 Column.

    For widths one pixel above or below, the issue does not occur, I mean for a width of 1265px or 1267px it works fine, getting two columns. It is just for a width of exactly 1266px that it turns into one column, and it is not like when it reaches one of the breakpoints/ media queries, the images do not adapt their width to the container, retaining the width as if they were in a 2 column layout.

    I am on a Mac, in Safari and Firefox I don’t experience the issue just in Chrome.

    Here you have a screenshot

    UPDATE: it also happens for a 630px wide viewport.

    Best Regards,
    Diego

    • This topic was modified 9 years, 5 months ago by p_castro.
    #452550

    Hi Diego!

    Which version of Chrome and OS X are you using? I could not reproduce it on my end on Chrome Version 43.0.2357.81 on OS X 10.10.

    Regards,
    Yigit

    #452846

    Hi Yigit,

    Chrome version 43.0.2357.81 (64-bit) running on OS X 10.10.3 (14D136)

    Regards,
    Diego

    #453049

    Hi!

    I can’t reproduce the issue on my installation as well. Anyway, try to add this to the Quick CSS field:

    @media only screen and (min-width: 1265px) {
    #top .no_margin.av_one_half {
      width: 50%;
    }
    }

    Best regards,
    Ismael

    #453116

    Hi!

    I’ve found out why you haven’t been able to reproduce the issue, it’s been my fault, I was doing the testing with Chrome’s zoom set to 125%, sorry! So the issue only occurs under that circumstance.

    IMO ideally this should not happen even using the browser’s zoom although I understand this is a super-minor issue.

    I tried the code provided but has not worked.

    Thanks!

    Best Regards,
    Diego

    #453215

    Hi!

    Unfortunately issues arise from zooming on the browser are not considered as ‘responsive issues’ and there is not much we can do about them. If you have any layout issues without zoom, please feel free to let us know and we will gladly help you :)

    Cheers!
    Yigit

    #453224

    Hi!

    OK, thanks anyway.

    Cheers!
    Diego

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Portfolio 2 column changes into 1 column at 1266px width viewport in Chrome OS X’ is closed to new replies.