This topic has 4 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Olga Barlow
Hey there….i am searching for the information of all sizes of images. I have problems with the featured image on blog posts…they are blurred. I thought xstore just uses the sizes of wordpress. But it still seems to be that standard wordpress sizes are different to the sizes of xstore
thanks
edit: there are problems with the featured image on the chess blog page.
In the recent blog post widget the images are shown ” normal ” . Also on the post page the large featured image is shown well without any blurring.
another problem appears……the excerpt of blog posts are wrong in its alignment ( see image )…
words end in the middle of the text when the line is at its end……how can i fix that
Hello,
Images size for the blog posts you can adjust in Theme Options > Blog & Portfolio > Blog > Images sizes for blog. If you are using Blog elements don’t forget to set image size in element settings
http://prntscr.com/ekp03e in another case, it will use medium size.
To fix the excerpt I have used the following code in Custom CSS (Theme options > Styling):
.carousel-area .content-article {
word-break: keep-all;
}
.posts-slider article .content-article, .posts-slider article .content-article p {
text-align: justify;
}
Regards
Tagged: images, persuasive, size, themes, woocommerce, wordpress, xstor
You must be logged in to reply to this topic.Log in/Sign up