Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #264777

    Hi,

    1. i would like to have the content span as wide as the preview image
    and
    2. i would like to disable the lightbox and the overlay completly on the preview/header image when the single post is displayed.

    I already tried it with
    #top .wp-caption.aligncenter { width: auto !important; }

    but it didn’t work.

    Best Regards,
    Shashahan

    #265110

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #265193
    This reply has been marked as private.
    #265494

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab
    1-

     #top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }

    2-

    .single-post .big-preview.single-big { pointer-events: none; }

    Best regards,
    Yigit

    #265501

    Hey!

    Try adding this code to the Quick CSS:

    .single div.big-preview.single-big {
        pointer-events: none;
    }
    #top.single .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100%;
    }
    #top.single .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 100%;
    }
    .single div.comment_container.eleven.units {
        margin-left: 0;
        width: 100%;
    }

    Cheers! 
    Josue

    #265721

    Thank you very much, works like a charm.

    Best Regards,
    Shashahan

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘2 Questions about "Single Blog Post with Preview Image"’ is closed to new replies.