Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #326268

    Hello

    When I post a blog, and the content is so narrow, I want make it more wider.

    Here is an image to show what I mean.
    http://imzeng.org/blog-post.PNG

    #326631

    Hi Zeng!

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

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

    If that does not work, please post the link to your website

    Regards,
    Yigit

    #326959
    This reply has been marked as private.
    #327225

    Hi!

    Please add following code to Quick CSS as well

    #top .wp-caption.aligncenter {
    margin: 0;
    width: 100%!important;
    }

    Best regards,
    Yigit

    #327297

    Hello Yigit,

    You have misunderstood what i mean.
    I mean that if an image original size is width=”800″ height=”600″, I want it to show original size. but it forced stretch to width 1030, resulting in destruction of the picture quality.

    When an image has a caption it will show original size. without caption it can not show original size. I hope it will be fixed.

    Regards,
    Time

    #327899

    Hi!

    Use this on Quick CSS or custom.css to set the actual width of the images:

    #top .fullsize .template-blog .big-preview img {
    width: auto;
    margin: 0 auto;
    }

    Cheers!
    Ismael

    #328617

    Hello,

    When use these code.
    It can only fix one image.
    others are still forced stretch to width 1030, resulting in destruction of the picture quality.

    Regards,
    Time

    #329457

    Hey!

    Can you please provide me links to the actual posts that are not affected by the code?

    Best regards,
    Ismael

    #329474

    Hello Ismael,

    Here is the link to the actual posts.
    http://imzeng.com/overnight-scentsation/

    You can see there are 5 images. and The first image is OK when using your code. next two images is OK when it has a caption.

    But The last two images are not affected by the code.

    #329499

    Hey!
    Please add the following css code to your Quick CSS or custom.css

    #top .fullsize img.size-full {
    width: auto !important;
    }

    Let us know if this resolves the issue.

    Best Regards,
    Arvish

    #330351

    Hello Arvish,

    Thank you very much.

    It is work well.

    Best Regards,
    Time

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Blog post’ is closed to new replies.