• Hi,
    I started using the Sela theme on my self-hosted website. I would like to show my Gravatar profile in the blog sidebar.

    According to the Sela theme’s page, the Gravatar widget should have a custom theme matching Sela’s look (https://theme.files.wordpress.com/2014/12/sela-gravatrprofile.png). Unfortunately, when I use that widget it doesn’t seem to have a custom theme applied. In fact, the user icon will be as wide as the widget’s available space …

    Does anyone know what I’m missing that the custom theme isn’t being applied to this widget? Thanks for your help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, for whatever reason, that Jetpack styling has been changed it seems. We can approximate this with the following custom CSS. The image size can be adjusted by adjusting the width.

    .grofile-thumbnail {
    	width: 75%;
    	border-radius: 50%;
    }
    .widget-grofile {
    	text-align: center;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Sela special design for gravatar profile’ is closed to new replies.