Hello team,
I would like to increase the height of the featured image shown in the beginning of the post with sidebar (please see the link below).
I would prefer to use a Quick CSS code and not a plugin.
Is it possible?
Thanks a lot.
Hey turistai,
Yes it is possible with CSS. However, we need to be able to inspect the element using the Chrome dev tool and it seems you have disabled right mouse click on your site. Is it possible temporarily allow right click?
Best regards,
Jordan
Hello Jordan,
I allowed right click.
A link to a sample post is available in the private area.
Thanks a lot
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
img.attachment-entry_with_sidebar.size-entry_with_sidebar.wp-post-image {
height: 400px !important;
}
Change the value as you wish. Don’t forget to disable right click if everything works.
Best regards,
Jordan
Hello Jordan,
it worked perfectly.
Thanks a lot.