My images arn’t flush with my content. What adjustments do I need to set my layout and design to?
Here’s a link to my site
My images arn’t flush with my content. What adjustments do I need to set my layout and design to?
Here’s a link to my site
Hi Theodore,
Thank you for writing in, do you mean you want the featured image to be closer to the text? Please add this to Theme Options > CSS.
.blog .x-main .hentry.has-post-thumbnail>.entry-wrap {
padding-left: 0;
}
Hope it helps,
Cheers!
No, when you click on the article the image itself isn’t aligned with the text body
Hi Theodore,
Thank you for the clarifications, please add this to Theme Options > CSS instead.
.single-post figure.wp-block-image {
margin-left: 0;
margin-right: 0;
}
.single-post figure.wp-block-image img {
width: 100%;
}
You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial
Cheers!
YES! Thank you!
You’re more than welcome, glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.