-
AuthorPosts
-
September 29, 2014 at 3:04 am #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.PNGSeptember 29, 2014 at 4:06 pm #326631Hi 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,
YigitSeptember 30, 2014 at 4:23 am #326959This reply has been marked as private.September 30, 2014 at 2:16 pm #327225Hi!
Please add following code to Quick CSS as well
#top .wp-caption.aligncenter { margin: 0; width: 100%!important; }
Best regards,
YigitSeptember 30, 2014 at 3:29 pm #327297Hello 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,
TimeOctober 1, 2014 at 9:00 am #327899Hi!
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!
IsmaelOctober 2, 2014 at 2:31 am #328617Hello,
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,
TimeOctober 3, 2014 at 6:08 am #329457Hey!
Can you please provide me links to the actual posts that are not affected by the code?
Best regards,
IsmaelOctober 3, 2014 at 6:42 am #329474Hello 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.
October 3, 2014 at 7:28 am #329499Hey!
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,
ArvishOctober 5, 2014 at 12:51 am #330351Hello Arvish,
Thank you very much.
It is work well.
Best Regards,
Time -
AuthorPosts
- The topic ‘Blog post’ is closed to new replies.