Okay
  Public Ticket #1984681
space between photos in the portfolio
Closed

Comments

  • Atelierseni started the conversation

    Hello,

    How to change the space between photos in the portfolio page?

    Thank you

  •  675
    Neuron replied

    Hi,

    Please edit the posts element and change the spacing option which is placed on the layout.

    - http://prntscr.com/nfnak2

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Atelierseni replied

    can't edit it on element.


     please check https://www.ineskatamso.art/portfolio/self-explanatory/

  •  675
    Neuron replied

    Ah, that's the portfolio item, I thought you were asking for the portfolio pages.

    .p-portfolio-single .p-portfolio-gallery .masonry {
        margin-left: -5px;
        margin-right: -5px;
    } .p-portfolio-single .p-portfolio-gallery .masonry .selector {
        padding-left: 5px;
        padding-right: 5px;
    } .p-portfolio-single .p-portfolio-gallery .p-portfolio-gallery__item {
        margin-bottom: 10px;
    }

    So, you need to keep the first and second value equal to third value divided by 2.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.