Image Question-MH Magazine

  • Unknown's avatar

    Good Evening,

    1.) How can I change the size of the thumbnail photo for my custom posts in the widget without changing the featured image size in the blog?

    2.) Is there a way to change the color of the gray background in the spotlight widget?

    3.) Is there a way to move the thumbnails for my custom posts to the right side of the column?

    Thank you!

    Ivan

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Ivan,

    1.) How can I change the size of the thumbnail photo for my custom posts in the widget without changing the featured image size in the blog?

    Are you talking about the one on the left (first post “A Dazzling…”) or are you talking about in the widget area on the right (Interviews, Upcoming Shows)?

    2.) Is there a way to change the color of the gray background in the spotlight widget?

    .spotlight {
        background: #55ff55;
        color: #5555ff;
    }
    .sl-title {
        color: #5555ff;
    }
    .spotlight .meta {
        color: #ff5555;
    }

    3.) Is there a way to move the thumbnails for my custom posts to the right side of the column?

    This will move the images to the right. After doing this, I think they look better on the left. See what you think.

    .home-wide .cp-thumb-xl {
        float: right;
        margin-right: 0;
        margin-left: 1.25rem;
    }
  • Unknown's avatar

    Hello!

    Thanks for the reply. I’m referring to the thumbnails for the posts on the left. Ideally, I would like to adjust the height of them.

    Thanks again,

    Ivan

  • Unknown's avatar

    Ivan, the MH Magazine theme and WordPress software create the images in the size/proportions shown “on-the-fly” so we can’t change the height without also affecting the width, or we will create a distortion in the image.

  • The topic ‘Image Question-MH Magazine’ is closed to new replies.