Increase blog post picture size

Home Forums Jevelin Theme Increase blog post picture size

Home Forums Jevelin Theme Increase blog post picture size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jnw77
    Participant

    Hi Shufflehound support,

     

    How do you increase the picture size for a blog post (side bar and footer) under “Recent Post” or “Latest News” ? Here is a link:

    https://omniprofitcalculator.com/

     

    I have also included a screenshot with the areas marked in red.

     

    This is in reference to resetting all the options by mistake:

    https://support.shufflehound.<wbr />com/forums/topic/undo-reset-<wbr />options-in-theme-settings/#<wbr />post-39973

     

    Thanks.

    Attachments:
    You must be logged in to view attached files.

    Hi @jnw77,

     

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

     

    You can increase its 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

     

    #page-container .sh-recent-posts-widgets-item-thumb {
        width: 75px;
        height: 75px;
    }
    
    #page-container .sh-recent-posts-widgets-item {
        padding-bottom: 35px;
    }

     

    Best regards,
    Shufflehound team

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