Topic on Project:Support desk

[RESOLVED] Image position "right" does not work

4
Summary by Dimon4ezzz

Just add to main.css this: div.floatright { float:right; }

Dimon4ezzz (talkcontribs)
88.130.76.146 (talkcontribs)

Hi!

You might try a tool like Firebug to find out how the positioning is done in wikis where it is working. That will give you an idea, what is currently missing for you.

Ciencia Al Poder (talkcontribs)

That wiki seems to use a custom skin. Right-aligned images are inside a div with CSS class floatright which usually have the CSS rule float:right;. You may to add that CSS class from other skins, like Vector or Monobook. Those styles are defined in the file /skins/common/shared.css, maybe you just need to include it in that skin.

Reply to "[RESOLVED] Image position "right" does not work"