• Resolved snfdesign

    (@snfdesign)


    site

    Hi there
    I love your theme but am having problems with the size of the featured image. When you click on the post the image is huge. Is there a way to reduce the size or link the post image to a page.cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi snfdesign,

    To decrease the content width, install a custom CSS plugin like Simple Custom CSS and enter the following code:

    .wrapper > .content.thin { width: 700px; }

    Change the value until you’re happy with the results. Let me know how it goes.

    — Anders

    Mantilla

    (@fotografo_boda_salamanca)

    Hello I have little idea of css code. Still I tried what you wrote in the previous post, but the results have been that the field has narrowed writing by the featured image.

    I think I’m not placing the code in the right place. Can anyone help me to know where I put the code?

    Thank you very much in advance

    Inside the fukasawa folder there is a file named single.php. Comment out the following line to remove the featured image from the post page but not from the home page.

    <?php the_post_thumbnail(‘post-image’); ?>

    Ideally you would actually want to do this in the single.php file that is in your child theme for fukasawa.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post featured image is massive’ is closed to new replies.