Okay
  Public Ticket #2414140
clone portfolio page
Closed

Comments

  •   jessuhren started the conversation
  •  675
    Neuron replied

    Hi,

    Can you please provide me with an URL, so I can check for which page you're asking.

    Kind Regards


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

  • jessuhren replied

    URL is here: http://www.jessica-uhren.com/portfolio/reserve-branding/

    Spacing shown in screenshot

  •  675
    Neuron replied

    Hi,

    Sure, please add the following style in Appearance > Customize > Additional CSS.

    .p-portfolio-single .p-portfolio-gallery .p-portfolio-gallery__item {
        margin-bottom: 0 !important;
    }

    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.

  • jessuhren replied

    Amazing thank you! Is it also possible to change it so that only some portfolio pages have no gaps? 

  •  675
    Neuron replied

    Hi,

    You can install this plugin.

    - https://wordpress.org/plugins/wp-custom-body-class/

    So, you can add custom classes to body. Add a specific class, for example.

    remove-potfolio-padding

    And then your CSS will become like below:

    .remove-portfolio-padding .p-portfolio-gallery .p-portfolio-gallery__item {
        margin-bottom: 0 !important;
    }

    Kind Regards


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