Module position problem after MOVING a position!

GK User
Thu Aug 30, 2012 2:24 pm
I feel like I am abusing the forums, like 3 questions in 4 days. I am so sorry- I really really appreciate the help. Todays issue is hopefully the last one.

I wanted to move social icons to the top right of the page above the menu bar- but there was no module position there. I put icons in a custom HTML document and used this code to use to move "banner2" up and to the right:

Code: Select all
#gkBanner2 {
   
    top: -602px;
    margin: 20px 0px 20px 0px;
    z-index: 100;
    position: relative;
    clear: both;
    float: fixed;
}

#gkWrap1, #gkWrap2, #gkWrap3 {
    position:absolute;
}


On the home page- it looks perfect- but on other pages it pushes "banner1" down, about 7px below the menu. When I unpublish the module "banner1" once again sits flush with the menu.

If you check HOME you'll see it looks perfect. If you check WHY A PLANNER you'll see it is not.

Thoughts?

Thanks SO MUCH in advance!

Craig :mrgreen:
User avatar
Expert Boarder

GK User
Thu Aug 30, 2012 6:21 pm
User avatar
Expert Boarder


cron