Sorry, but without access to live site cant help much.
You probably would need to create css declaration for this module (with use of its class or unique ID you have created).
If the php that generates this module is placed just before "login" button, then something like that:
- Code: Select all
#gkHeaderNav div.myModule {
width: 100px;
height: 50px;
right: 100px;
top: 0px;
position: absolute;
background: green;
}
You need to work with numbers, and in the end - please remove backgdound: greeen.
Also this css targets element with class myModule inside div with id: gkHeaderNav