• Hi,

    I’m using the Emerge Items Style.
    How can I make the overlay straight/horizontal/without any curve?

    And if that’s not possible, how can I make the curve to up on the right side instead of the left?

    And last question, there’s quite some spacing/padding. How do I loose that?

    Thank in advance!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author nK

    (@nko)

    Hi.

    You need to add CSS customizations. Example for the curve:

    .vp-portfolio__items-style-emerge .vp-portfolio__item:hover .vp-portfolio__item-overlay::before,
    .vp-portfolio__items-style-emerge .vp-portfolio__item:focus .vp-portfolio__item-overlay::before {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    

    Regards, nK.

    Thread Starter ecdj

    (@ecdj)

    Thanks, that works.
    And what if I want to have less padding/margin above and under the title of the item?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Style the Emerge items style’ is closed to new replies.