Hello guys,
My goal is to set up a blog content with a sidebar on the right with widgets (for desktop).
But I want the sidebar not to show before the post title (by default it shows along with the featured image).
So I decided to use Elements with the hook “generate after header” and the PHO code “<?php the_post_thumbnail(); ?>”
It does work but I have several questions and problem :
– Do you think it’s the best way to do ?
– With current configuration, the featured image is not centered (like not restricted to container) and the size is too big (I would like to have “medium” image size)
– With current configuration the blog background (white) is not displaying behind the featured image, which is ugly, how can I do to fix it ?
Thanks for help !