Tagged: ajax portfolio
Hi,
I’m using the Ajax Portfolio features in one post on my website. I would like to customize the lightbox dimension of the ajax portfolio, as you can see it doesn’t take a big portion of the screen since I’m using a boxed layout, but I also would like to reduce the size of the text to have a shorter column. Can you help me?
Hey emanuelecocchiaro,
Thank you for using Enfold.
1.)What are the sizes of the images? The lightbox is small because the images are too small.
2.) Please use the following css code to adjust the width and font size of the image and content container.
.portfolio-preview-image {
width: 50%;
}
.portfolio-preview-content {
width: 50%;
}
#top .fullsize .template-blog .post .entry-content-wrapper {
text-align: justify;
font-size: 1em;
line-height: 1.7em;
max-width: 800px;
margin: 0 auto;
overflow: visible;
}
Best regards,
Ismael