Cover picture looks huge in the post

Home Forums Gillion Theme Cover picture looks huge in the post

Home Forums Gillion Theme Cover picture looks huge in the post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • beaujapan
    Participant

    Is there a way to reduce the size of the main picture? When I open the post, it looks like this https://beaujapan.com/2019/05/05/from-ikumen-to-papa/ I’d like to reduce it by, say, 40% or smth.

    Thanks!

     

    Hi @beaujapan,

     

    I hope you are well today and thank you for your question.

     

    You can display it to the original size 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

     

    .single-post .post-thumbnail img {
        width: auto !important;
        min-width: 0;
        display: table;
        margin: 0 auto;
    }
    

    Best regards,
    Shufflehound team

    beaujapan
    Participant

    Hmmm somehow it looks like it worked only on that very post. For example, this pic is originaly tiny, but it still looks huge inside the post https://beaujapan.com/2019/04/14/hakoirimusume/. Is the code provided supposed to work for all posts?

    Thank you!

    That picture is not tiny which you can see by visiting the image URL shared in the private field.

Viewing 4 posts - 1 through 4 (of 4 total)