Recent Photos
itoImagePhotography
Registered Users Posts: 16 Big grins
Hi
Is it possible to add code to limit the number of pictures shown when selecting the Recent Photos as a gallery, i would like to reduce this to say 10..
Thanks
Matt
www.itoimagephotography.co.uk
Is it possible to add code to limit the number of pictures shown when selecting the Recent Photos as a gallery, i would like to reduce this to say 10..
Thanks
Matt
www.itoimagephotography.co.uk
0
Comments
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
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;
}
www.itoimagephotography.co.uk