Hi...was trying out URLIcon and this seems to be a wonderful module.Thank you.

My issue now is am using Marinelli theme and the favicons are appearing under the link and not on the rightside of the link...

Can you give tips to fix this?

The icons seem to work well in Garland and ar ebeing displayed properly to the right of the links.

Thank you.

Comments

sanduhrs’s picture

Title: The favicon displayed under the link in marinelli theme » All images are float:left by default in content area.
Project: URL Icon » Marinelli
Version: 6.x-2.0 » 6.x-1.8
Category: support » bug

It seems all images in the content area are float:left by default.
I can't do a thing about that, please ask the theme maintainer for help.

Nonetheless, you may add

img.urlicon {
  float:none !important;
  height:16px;
  width:16px;
}

to your stylesheet.

I reasigned the issue to the marinelli project add changed the title to be more descriptive.

Lioz’s picture

to be sure you can add to your css:

#primary .singlepage img.urlicon{
float:none;
}

nirvanajyothi’s picture

Thank you Lioz and sanduhrs .I changed the css of marinelli

primary.img
float=none;

it affects all primary imgs.....but they seem to look better now on my site.

sanduhrs’s picture

Status: Active » Closed (fixed)

great, so closing.