• Resolved hilario23

    (@hilario23)


    Does anyone know the easiest way to use this Powerfolio for Elementor plug-in and have the mobile version display a 2 column image portfolio display? I’ve created a question twice to the creator and he has not responded to state if this is easily adaptable in the pro version as the “style settings” are blocked without the pro version. I’m inclined to think this option would be behind the “many custom grid options” in the pro version, but there’s really no detailed description of what custom options are available.

    Anyone either have the pro version and can chime in or have another way around this? I’m sure it can be done in CSS as well but I’m rather clueless. Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author PWR Plugins

    (@rexdot)

    Hello

    Unfortunately we don’t have this feature yet. But this can be done with some CSS customization.

    I found that you already did it by using the CSS below. So I’m adding here for future reference:

    @media (min-width: 1px)
    .elpt-portfolio-content .portfolio-item-wrapper {
        float: left;
        width: 50%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘2 column mobile’ is closed to new replies.