Portfolio spaces - by designerobot - on WordPress WooCommerce support

This topic has 6 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Laranz

  • Avatar: designerobot
    designerobot
    Participant
    August 4, 2017 at 17:27

    Hello, how can I set in my custom CSS the distances showed in this pic? https://prnt.sc/g4e9m3

    I would to know the code to set the distance of the point 1, 2, 3, 4, 5, 6, 7, 8 of the pic

    5 Answers
    Avatar: laranz
    Laranz
    Participant
    August 7, 2017 at 05:43

    Hi,

    These are the CSS selectors and their default values, you can customize it according to your needs.

    .page-content {
        margin-bottom: 30px;
    }
    
    .btn.big, .button.big, .subscription-toggle, .bag-total-table .large-btn {
    	padding: 0 28px;
    }
    
    .portfolio-filters li {
    	margin: 0 2px 20px;
    }
    
    .portfolio-filters {
        margin-bottom: 40px;
    }

    Let us know,

    Thanks,
    laranz.

    Avatar: designerobot
    designerobot
    Participant
    August 8, 2017 at 01:28

    I tried several things, also using the Firebug plugin on Firefox… but it seems really impossible to set the distance no.6 and no.7 showed here https://prnt.sc/g4e9m3
    Do you know how to change these two?

    Avatar: laranz
    Laranz
    Participant
    August 8, 2017 at 22:37

    Hi,

    For 6.

    .portfolio-item .portfolio-image {
        margin-bottom: 5px;
    }

    7. & 8.

    .portfolio-descr h3 {
        margin: 5px 0;
    }

    Let us know,

    Thanks,
    laranz.

    Avatar: designerobot
    designerobot
    Participant
    August 9, 2017 at 01:05

    Thank you very much!

    Avatar: laranz
    Laranz
    Participant
    August 9, 2017 at 03:22

    Hi,

    Glad it worked. 🙂

    Let us know If you have any other questions.

    Thanks,
    laranz.,

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Portfolio spaces’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.