Resizing Images Appearing Blurry

Homepage Community Forums Legacy Theme Support Resizing Images Appearing Blurry

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6118
    careersherpa
    Customer

      I’ve added new sizes to the main css code but the main sidebar widget image keeps getting blurry even though the image is set at 100X150 specified.

      What is the best way to ensure the image is small and sharp?

      If you want to see what I am talking about, here is my in-progress site. http://socialnetworkingforbusinesssuccess.com/

      By the way, I have minimal technical skills. It is only because of the excellent/clear directions here I’ve been able to make these types of changes.

      #6128
      Eric
      Customer

        If you take a look in your theme’s style.css file around line 1543 you’ll see this –

        .sidebar .featuredpage .page img, 
        .sidebar .featuredpost .post img {
            margin: 0 0 15px;
            width: 96%;
        }

        You can change the width to “auto” and it will show the regular size of the image.

        If you’re not using a program that shows the line numbers of your css, then just hit command + f or ctrl + f on your keyboard and search for the terms that way as a shortcut.

        There is going to be a major update released for this theme (and all themes) by Wes which means you won’t have this type of issue again.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

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