Tagged: x
-
AuthorPosts
-
March 25, 2017 at 4:14 am #1419942
Hi, I am confused as to the correct image size I am supposed to use for featured images.
As you can see on this post: http://iamdentistry.com/archive/dentistry/dentist-suicide-rate/
That image is “full” in terms of being flush with the far right container and being justified with the main heading under it.
Yet I am not sure if that image is too big and the actual featured image size that is appropriate and meant to be used with this stack is different? I would like to know the size.
As you can see on other posts if I use a smaller size then I run into the issue with the featured image not being flush with the right container: http://iamdentistry.com/archive/dentistry/fluoride-and-good-dental-hygiene/
March 25, 2017 at 8:12 pm #1420384Hello There,
Thanks for writing in! The default featured image size in X is using a custom size being set in theme which is the
entry
size based on your screen layout as set in the customizer. The issue here is that it is not being centered when displayed because of the lazy loading of your images. To resolve this, please add the following css code in the customizer, Appearance > Customize > Custom > Edit Global CSS.entry-featured .entry-thumb{ text-align: center; }
Hope this helps. Kindly let us know.
March 27, 2017 at 7:01 pm #1422338Hi When I put that css this is what happens, please look at this attached image: http://iamdentistry.com/wp-content/uploads/2017/03/x-theme-question-1.png
This fixed the image being pushed to the right but now the h1.entry-title is not lined up with the image. As you can see here on this pic: http://iamdentistry.com/wp-content/uploads/2017/03/x-theme-question-2.png
I want to make it look nice and neat by having the bottom text justified with the featured image size
March 28, 2017 at 3:01 am #1422715Hi There,
The container of your site is set to
max-width: 1190px;
so make sure your featured image has that width minimum. Actually you can add this Custom CSS to force the featured image to always respond to the width of the container..single-post .entry-featured img { width: 100%; }
However, if the image is small it will be stretch and will look blurry.
Thanks,
March 30, 2017 at 2:56 pm #1425631“The container of your site is set to max-width: 1190px;” How can I change that value ?
March 30, 2017 at 11:41 pm #1425958Hello There,
You can change the Site’s maximum width in the customizer. Please go to Appearance > Customize > Layout and Design > Site Max Width (px).
Hope this helps. Please let us know how it goes.
April 2, 2017 at 1:55 am #1427225Thank you I fixed it.
April 2, 2017 at 2:01 am #1427226You’re welcome!
-
AuthorPosts