Help help help
itoImagePhotography
Registered Users Posts: 16 Big grins
Hi
I have just added some code taken from a thread on here about pinning Header and Footer and the code has moved the header up so much that i cant select logout or customise or anything.. The code doesn't even do what i want but i cant back it out.. Ive spent months on my website, can anyone help me please..
the code is below and was added to the css for the entire site
/**
* Pins Header and Footer
************************************************/
.sm-user-ui .sm-page-layout-region-header,
.sm-user-ui .sm-page-layout-region-footer {
position: fixed;
width: 100%;
z-index: 10;
}
.sm-user-ui .sm-page-layout-region-header {
top: 0;
}
.sm-user-ui .sm-page-layout-region-footer {
bottom: 0;
}
thanks Matt
www.itoimagephotography.co.uk
I have just added some code taken from a thread on here about pinning Header and Footer and the code has moved the header up so much that i cant select logout or customise or anything.. The code doesn't even do what i want but i cant back it out.. Ive spent months on my website, can anyone help me please..
the code is below and was added to the css for the entire site
/**
* Pins Header and Footer
************************************************/
.sm-user-ui .sm-page-layout-region-header,
.sm-user-ui .sm-page-layout-region-footer {
position: fixed;
width: 100%;
z-index: 10;
}
.sm-user-ui .sm-page-layout-region-header {
top: 0;
}
.sm-user-ui .sm-page-layout-region-footer {
bottom: 0;
}
thanks Matt
www.itoimagephotography.co.uk
0
Comments
Let us know if we can help with anything else!
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations