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