Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #947614

    Hi,
    I would like to resize thumbnails from recent posts on widget, on the blog page and single-page, could someone help me?
    *Link in private.

    #948510

    Hey paulohenrique,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .news-thumb {
      width: 70px;
      height: 70px;
    }
     .news-thumb img {
      width: 60px;
      height: 60px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.