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
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
Hi Yigit,
Chrome version 43.0.2357.81 (64-bit) running on OS X 10.10.3 (14D136)
Regards,
Diego
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
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
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
Hi!
OK, thanks anyway.
Cheers!
Diego