Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #501294

    usually in smartphone my portfolio website looked like this (two columns) like it should
    https://dl.dropboxusercontent.com/u/12324495/enfold_bug/Screenshot_091015_085311_PM.jpg

    but lately (maybe since the last theme update…i’m not sure) it looks like this (only one column)
    https://dl.dropboxusercontent.com/u/12324495/enfold_bug/Screenshot_091015_085239_PM.jpg

    i’m not sure if it happens on any smartphone or only android
    can you help me fix it?

    #501422

    Hi Doron!

    Thank you for using Enfold.

    Did you test it on an actual mobile device? The issue occurs on screen sizes between 353px and 357px. I don’t think there is any mobile device with the same exact screen resolution. The columns is OK on iPod Touch.

    Regards,
    Ismael

    #501435

    yes I did
    on iPhone 6 it seems to work just fine
    but on nexus 5 or one plus 1 The issue does occur (and it didn’t before the last update)
    very strange..
    :(

    #501441

    Hey!

    I have added the issue on our github, for more investigation.
    Have you done any Custom CSS for that area there, btw?

    Best regards,
    Basilis

    #501465

    tnx!
    I did put some code in the ‘quick css’

    @media only screen and (max-width: 990px) {
    .av-masonry-entry {
    width: 50% !important;
    }
    }

    i put it there in order to make the masonry portfolio display two columns instead of one in portrait view on mobile
    and as i wrote in the beginning – it worked perfectly until lately

    here (in the private content) link to all of the code in my ‘quick css’
    may be there’s something else there causing all this mess??

    UPDATE:
    if i change it to: ‘… width:49% !important;’ (instead of 50%) the problem seems to be solved
    ..but it should work just fine with 50%
    very strange..

    • This reply was modified 8 years, 6 months ago by Doron. Reason: update
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘portfolio gallery show only one column in mobile’ is closed to new replies.