Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #128122
    tandem_mundo
    Participant

    Hi,

    I am using your Portfolio theme. On the post’s page, I find the featured image to be too large. I have to scroll an entire page to start reading the post. Can this featured image size on the post’s page be reduced? What are my options here?

    Please help,
    Thank you
    Vasu

    #128151
    tikaram
    Keymaster

    @tandem_mundo : Please post in your site URL.

    Regards,
    Tikaram

    #128167
    tandem_mundo
    Participant
    #128168
    tandem_mundo
    Participant

    http://www.tandem-mundo.com I am still playing around with the layout. Thank you

    #128186
    tikaram
    Keymaster

    @tandem_mundo :Go to Appearance => Customize => Additional css and add the following css.

    .singular-header-image img {
    	width: 50%
    }
    .post-thumbnail {
    	text-align: center;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    #130658
    tandem_mundo
    Participant

    Hi Tikaram,

    Wish you a happy and exciting 2018!
    I’m back to working on the blog.

    I tried the above code, but no change is being reflected. http://www.tandem-mundo.com
    The featured image I uploaded is 640×640, it’s too large for me. Please suggest how can I reduce it.
    Thank you
    Vasu

    #130755
    tikaram
    Keymaster

    @tandem_mundo : You can check the following page where the change can be reflected.
    http://tandem-mundo.com/about/
    Let me know if you have any more issues.

    Regards,
    Tikaram

    #131207
    tandem_mundo
    Participant

    Hi Tikaram,
    But, can I reduce the size of the featured image on the hero content section? I’ve set the hero content to display on my homepage and would like the image to be smaller.
    Thanks
    Vasu

    #131234
    tikaram
    Keymaster

    @tandem_mundo : Go to Appearance => Customize => Additional css and add the following css.

    .hero-content-wrapper .post-thumbnail {
    	width: 35%;
    }
    .hero-content-wrapper .entry-container {
    	width: 61%;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Featured image size’ is closed to new replies.