How Do I Get My Social Icons Top Right Hand Corner Of The Si

GK User
Tue Feb 07, 2012 5:31 am
:D Helllo,

I wanted to get me social logos thats in the User 1 positon to the login/register position in the userarea module location, see site:http://startofanewday.org/
User avatar
Platinum Boarder

teitbite
Wed Feb 08, 2012 12:26 am
Hi

There is no userarea module position. It's just a part which is a static template feature. Try moving it to "banner1" position and show me Your site than. I'll tell You the code to move this module position close to userarea.
User avatar
Moderator

GK User
Wed Feb 08, 2012 4:23 pm
teitbite wrote:Hi

There is no userarea module position. It's just a part which is a static template feature. Try moving it to "banner1" position and show me Your site than. I'll tell You the code to move this module position close to userarea.



Ok , I did that(Moved it too Banner 1) Here is the site:http://startofanewday.org/
User avatar
Platinum Boarder

teitbite
Thu Feb 09, 2012 3:21 pm
Hi

Now add this code to css:

Code: Select all
#gkBanner1 {
    position: absolute;
    right: 20px;
    top: 120px;
    z-index: 100;
}

#gkWrap1, #gkWrap2, #gkWrap3 {
    position:relative;
}
User avatar
Moderator


cron