Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ntm

    (@ntm)

    Hi Nathan,

    which browser do you use? I visited you page with three different browsers. But I could not discover a huge mp3 icon. That is why I think the problem may have something to do with a certain browser. To resolve the issue I would like to see the problem. Usually one can solve such problem with some additional CSS. But without knowing more about the nature of the issue, I cannot be more specific.

    Regards,
    Tim

    Thread Starter nathanjreese

    (@nathanjreese)

    Hi Tim,

    It only does it when I have more than 1 featured post, and it uses the slider. I turned that off so it wouldn’t show the large icon, but I’ve turned it back on now so you can see it. I tried in Chrome and Safari and it’s showing in both.

    Thanks,
    Nathan

    Plugin Author ntm

    (@ntm)

    Nathan,

    thank you for letting me take a look.

    One solution is to add a few lines of code for instance to the style.css file of your theme or maybe to the /podpress/style/podpress.css file.

    The following lines should help:

    .podPress_imgicon {
    	width: 80px!important;
    	height: 15px!important;
    }

    It seems that your theme enlarges images in the featured post and since the icon is an image file, it increase also the size of the icon.

    But note that if you put these lines of CSS code in a file of your them or the podpress.css file, updates of the theme or podPress will overwrite these added lines and you would probably need to add them again after the update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘mp3 icon is huge’ is closed to new replies.