Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #801595

    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?

    #802860

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.