Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #250390

    Hello,

    How can I double the image size of a blog style: single author small preview (set in enfold settings). Thnx

    Greets Tim

    #250713

    Hi Tim!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css to increase the size of the small preview image:

    .small-preview {
    width: 162px;
    height: 162px;
    line-height: 162px;
    left: -45px;
    }
    
    .template-blog .blog-meta {
    margin-right: 10px;
    }

    I hope that helps.

    Regards,
    Ismael

    #251361

    Thnx Ismael, did the job perfect!!

    Greets Tim

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘double the image size of a blog style: single author small preview.’ is closed to new replies.