Control size span.dslc-blog-post-meta-avatar

  • Author
    Posts
  • #41289

    It all worked fine when I specified an avatar size of 30px
    Until I installed the Super Socializer plugin which gives me the opportunity to get the avatar from Social Media (G+/FB)

    Now the avatar in blog posts stays at 100px – no matter what I do.

    The support at Super Socializer proposed to put this in their CSS-setting – but it didn’t change anything
    span.dslc-blog-post-meta-avatar{
    height: 30px !important;

    Are the 2 plugins fighting for the same area of formatting – and how do I get further.

    An example can be seen at the frontpage of my website

    Website: http:/avedorelejren.dk

    #41418
    Zed
    Cryout Creations mastermind

    The provided styling is incorrect for the avatar. Try this instead:

    .dslc-blog-post-meta-avatar img.avatar {
        max-height: 30px;
        max-width: 30px;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #41444

    Thank you – it worked like a charm.

    But I’ll have to change this parameter in the future if I want another avatar size – right?

    #41520
    Zed
    Cryout Creations mastermind

    If you want a larger size, yes.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Control size span.dslc-blog-post-meta-avatar’ is closed to new replies.