Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #635852

    Hi,
    I created an Ajax-Portfolio. Now I would like to have some padding in the preview, but only in the preview.
    The Portfolio itself should still stay fullscreen without padding, but the preview that opens when I click on an image should have some padding.
    I already tried some quick-css like
    .portfolio-preview{
    padding: 15%;
    }
    but it did not work.

    Thank you for help,
    Gerke

    #636617

    Hey C2S16,

    Try with this code instead:

    .portfolio-preview-content {
        padding: 15%;
    }

    Best regards,
    Josue

    #636636

    works perfectly, thank you

    #636650

    Glad to help :)

    Best regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Portfolio Ajax Padding of preview’ is closed to new replies.