• Resolved juanalanwp

    (@juanalanwp)


    Hello guys

    The plugin works on mobile and show the 5 columns defined, but they are very thin.

    Is there a parameter to choose number of columns according to the device (desktop, tablet or mobile) ?
    If not, how can I adjust the behavior ?

    Thank you again for your help

    JA

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @juanalanwp,

    Thank you for your topic and for your suggestion.

    Unfortunately, we currently don’t have a separate columns count option for mobile; it’s a general feature.
    I’ve passed your request to our Product Management team, and we’ll keep you updated if we decide to include this in future updates.

    In the meantime, as a workaround, could you please provide a link and any specific details about what you’d like to achieve on the mobile version?
    A screenshot would also be helpful for better visibility.
    We can then offer you a CSS code snippet if possible.

    Looking forward to hearing from you.

    Thank you.

    Thread Starter juanalanwp

    (@juanalanwp)

    Hello !

    Sorry for the delay.
    The site isn’t available yet, but the idea is simple :
    1) You create your portfolio and the parameter columns is 5, actually as general feature only.
    2) It’s ok in desktop view, but if you change the size of the screen or if the device is smaller (tablet or mobile) the columns are too narrow. It should be changed to 4 or 3 to keep a good visibility of the items automatically.

    JA

    Plugin Support Jasmine

    (@hyenokian)

    Dear @juanalanwp,

    Thank you for your response.

    I want to mention that our Development team has created this CSS specifically for you!
    This snippet will adjust the grid count to 3 on mobile devices.

    Copy the CSS below and paste it into Appearance -> Themes -> Customize -> Additional CSS.
    Be sure to replace YOUR_PORTFOLIO_ID with your actual portfolio ID, for example? div.prg_grid_row div.prg_grid_column_1.

    @media only screen and (max-width: 768px) {
    div.prg_grid_row div.prg_grid_column_YOUR_PORTFOLIO_ID{
    width: calc(32.333333333333% - 15px) !important;
    }
    }

    Please make these changes and let us know the outcome!

    Thank you.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @juanalanwp,

    We’re closing this ticket for now as we last heard from you 1 week ago.

    If the query is unresolved, drop us a line and we’ll get back to you at the earliest and the ticket will be re-opened.

    For a new query, feel free to open a new topic. Our Customer Care Specialists will be happy to help you.

    Thank you.

    Thread Starter juanalanwp

    (@juanalanwp)

    Hello and sorry for the delay !
    Thanks a lot for your help. I try and will tell asap.

    JA

    Thread Starter juanalanwp

    (@juanalanwp)

    It’s nice !!

    Thanks Jasmine !

    Plugin Support Jasmine

    (@hyenokian)

    Dear @juanalanwp,

    Thank you for your response.

    Glad to hear that everything works fine for you now.
    If your query is resolved, please take a moment to rate and review the plugin or support.

    Thanks in advance!

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