Featured Images

Home Forums Automattic Newsy Featured Images

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #162731 Resolve

    TJ Petrowski
    Member

    Hi,

    On my blog I have several “image” widgets that feature an image and a click-through link, but the issue I am having are these grey borders that are automatically added to the images and being unable to resize the images. In the widgets, it has the option for me to adjust the height and width, but after inputing these dimensions nothing ever changes on the blog.

    Advice would be appreciated

    The blog I need help with is tjpetrowski.com
    #162734

    Kathryn P.
    Happiness Engineer

    Images throughout Newsy have a special style, a border with rounded edges a few pixels away from the image itself. If you’d like to remove that style, try adding this to your custom CSS:

    img.aligncenter, img.alignleft, img.alignright, img.alignnone, .wp-caption img, div.gallery img, .entry-thumbnail img, .commentlist .avatar {
        background: none;
        border: none !important;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }

    In the widgets, it has the option for me to adjust the height and width, but after inputing these dimensions nothing ever changes on the blog.

    Could you show me an example of a specific widget you’re trying to resize, and the dimensions you’re using? You should be able to resize widgets up to the maximum that can fix in each column – 195px in the left column, and 300px in the right.

    #162826

    Kathryn P.
    Happiness Engineer

    Just checking in to see if you still need any help with this or are you all set?

    #162869

    Kathryn P.
    Happiness Engineer

    It’s been a while since we heard from you, so I’ll mark this thread as resolved. Feel free to start a new one if you need help with anything else.

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

You must be logged in to reply to this topic.