Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey OneMillion,

    For a quick fix you can just add the height and the width to the img tag in your sidebar.

    <img src='<?php bloginfo('template_directory') ?>/images/rssfeedicon.jpg' alt='<?php _e('Subscribe to feed', 'sds') ?>' width="32" height="32"/>

    The above will force the the image to 32px by 32px. You can substitute whatever pixel values you want but be aware that you may stretch the image so that it looks bad or you may break your themes layout by making the dimensions incompatible with the themes layout. It’s probably safe to go smaller, but use caution when going bigger.

    Hope that helps.

    Thread Starter onemillion

    (@onemillion)

    Fantastic. Thank you so much, churchthemer. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change size of rss feed icon on the SEO Basics theme?’ is closed to new replies.