Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1294646
    Hercules P.
    Participant

    Hey, I would like to reduce the blog post images for integrity.

    Currently, the images are too big in contrast with the other elements.

    This is one of the pages. (I want the changes to take effect in all blog post pages not only on this one)

    http://www.staging5.oneuserexperience.com/8-ways-completely-sabotage-digital-marketing-efforts/

    Thanks!

    #1294648
    Hercules P.
    Participant
    This reply has been marked as private.
    #1294747
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .entry-thumb img {
        min-width: 50%;
        max-width: 50%;
    }
    
    .entry-thumb {
        text-align: center;
        background-color: transparent;
    }
    
    .has-post-thumbnail .entry-featured {
        border-bottom: 0;
        text-shadow: none;
    }

    Hope this helps.

    #1294925
    Hercules P.
    Participant

    hey thanks but it didn’t work. Can you check again please?

    #1295077
    Darshana
    Moderator

    Hi there,

    Can you please try the following CSS rules instead.

    
    .single-post .entry-featured {
        max-width: 50%;
        min-width: 50%;
    }
    
    

    Hope that helps.

    #1298074
    Hercules P.
    Participant

    Hey there,

    Thanks but it didn’t work. Can you check again, please?

    #1298095
    Paul R
    Moderator

    Hi,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1298118
    Hercules P.
    Participant
    This reply has been marked as private.
    #1298320
    Thai
    Moderator

    Hi There,

    Everything should be fine now.

    You forgot to close the curly bracket(}) in your custom CSS, I’ve already fixed that issue.

    Regards!

    #1298386
    Hercules P.
    Participant

    Hey thank you so much!!

    It worked very well for all the blog post pages. However, I need the images on this page http://www.staging5.oneuserexperience.com/blog/ to stay at the same size that they were previously.

    How they look now http://www.evernote.com/l/AnyPxwa3Ao5DcYL-yiWr6PKqLyyS1p9nnIY/

    How I want them to look http://www.evernote.com/l/AnweeuWz1SpL4rDRAixPlClB2Nh91BNXMps/

    thank you again!

    #1298444
    Thai
    Moderator

    Hey There,

    Please find this CSS:

    .entry-thumb img {
        min-width: 50%;
        max-width: 50%;
    }

    And change to this:

    .single-post .entry-thumb img {
        min-width: 50%;
        max-width: 50%;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1294646 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>