• Resolved tavani

    (@tavani)


    Hey there,

    i want some more space between the images. How can i do this?
    As well i want to show all portfolios in Text on the Side. Can i show all as a Text-List?

    Thanks ??

    Tanja

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

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

    (@rexdot)

    Hello Tanja,

    You can use CSS to increase padding between images. Please try with the snippet below:

    
    .elpt-portfolio-content.elpt-portfolio-margin .portfolio-item-wrapper {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    

    We want to implement a Elementor option to control the magin in a future update.

    Regarding the text list, unfortunately we don’t have this feature at the moment. Maybe you can check if there is a Elementor Widget to list posts, then select “Portfolio” as the custom post type (probably on the query control). Or maybe build it manually using a text widget.

    Regards,
    Thiago

Viewing 1 replies (of 1 total)
  • The topic ‘Space between images & Portfolio Text List’ is closed to new replies.