Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2146330
Distance between the pictures.
Closed

Comments

  • furuba started the conversation

    Hello team,

    I would like to have a gap between the pictures in the portfolio. How do I do that?
    Use the Portfolio List Template "Text in Image Hover" here.
    I wanted to solve the problem with CSS but somehow it was not possible.

    best regards

  •  1,845
    Elated replied

    Hello,

    In order to look like this:

    1576884523.png


    You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    article.mix.with_box_shadow.portfolio_category_325.mix_all.show {
        margin: 15px 0px !important;
    }
    

    Kind Regards,

    Milica


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • furuba replied

    UPDATE: Problem solved with CSS CODE:

    .page-id-757 .portfolio_main_holder.slide_from_left article {
    margin: 15px !important;

    Hello,
    So if I enter the CSS code with me, unfortunately nothing happens.

    If I use this CSS code for the one, it works fine, but then it affects all galleries on the whole homepage.

    .portfolio_main_holder.slide_from_left article { 
    margin: 15px 0px ! important;

    But I only want it on one page. Is it possible to solve the problem with a page id? Page Id: would: .page-id-757

  •  1,845
    Elated replied

    Hi,

    Yes it's possible, just add page id before the css selector you wrote down below.

    So it would be like this, copy this code and add it to Appearance -> Customize -> Additional CSS

    .page-id-757 .portfolio_main_holder.slide_from_left article { 
        margin: 15px 0px ! important;
    }
    

    Let us know if there's anything else we can help you with.

    Cheers,
    Johnny


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.