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
Hey C2S16,
Try with this code instead:
.portfolio-preview-content {
padding: 15%;
}
Best regards,
Josue
works perfectly, thank you
Glad to help :)
Best regards,
Josue