Home › Forums › Gillion Theme › Global image alignment in blog body text
Home › Forums › Gillion Theme › Global image alignment in blog body text
Hi,
after we migrated to this theme, most of the blogpost images are smaller than the blog width and we want them all center-aligned. What is the proper way to do it in child-theme css?
Hi @bliksa,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to centre align it?
Best regards,
Shufflehound team
..for example here: http://gaudeo.sk/pyramidy-v-bosne/
We need to center align everything in post except body text (images, videos, embeds and iframes).
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container article .post-content img{
margin: 0 auto;
display: table;
}
article .post-content iframe,
article .post-content .wp-caption {
margin: 0 auto 1.5em;
}
Awesome, thank you! Is there also any way to format video embeds that are automaticaly generated when link is detected in post body? We just need them to be stretched (justified) to fill 100% width of the post while maintaining proportional height.
Is there also any way to format video embeds that are automaticaly generated when link is detected in post body? We just need them to be stretched (justified) to fill 100% width of the post while maintaining proportional height.
To achieve this, you can try using the solution posted in the following page.
https://cantonbecker.com/etcetera/2011/how-to-change-automatic-wordpress-youtube-embed-size-width/
If you need services beyond standard support, we've got your back!
If you'd prefer not to handle the installation yourself or need help getting started, we'll set everything up for you.
We'll help you rearrange sections, adjust spacing, and modify the page structure to fit your needs.
More complex styling changes, theme option modifications, and third-party integrations.
If you need something that's not included in the theme, we can code it for you.
Web design services to create custom sections, pages, and blocks for your theme, plus graphics and visualizations.
Full website builds, custom theme development, or plugin creation from scratch.
We'll provide a clear quote based on what you need. No hidden fees.