- Posts: 20
- Thank you received: 0
Badge
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 1 month ago - 14 years 1 month ago #13463
by ivan.milic
Replied by ivan.milic on topic Re: Badge
[strike]what you think is "badge position"[/strike]
you meant image that is across two module positions, create custom HTML module and add image. Set that image relatively positioned and offset it:
<img style="position:relative; top: + 200px; left: - 100px;" ...
using top and left position it anywhere. You can also use position:absolute so it does not take space but it could have compatibility issues.
you meant image that is across two module positions, create custom HTML module and add image. Set that image relatively positioned and offset it:
<img style="position:relative; top: + 200px; left: - 100px;" ...
using top and left position it anywhere. You can also use position:absolute so it does not take space but it could have compatibility issues.
Last edit: 14 years 1 month ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.254 seconds