Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #693413

    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.

    #693544

    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

    #693558

    Hello Jordan,
    I allowed right click.
    A link to a sample post is available in the private area.
    Thanks a lot

    #693809

    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

    #693847

    Hello Jordan,
    it worked perfectly.
    Thanks a lot.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change the size of the featured image (without plugin)’ is closed to new replies.