Hi there
The footer position does not stay at the bottom. Please can you help.
Thanks Alison
shemeam Try add this to custom.css file :
.t3-footer{position:relative !important;}
Kindly ensure to clear your browser cache if changes dont reflect
Thanks aman204
I have a menu in the footer, can i align it centre?
shemeam I have a menu in the footer, can i align it centre?
Try add this also to custom.css file and adjust width value accordingly :
ul.jmoddiv.jmodinside{ margin-left: auto !important; margin-right: auto !important; width: 500px !important; }
this code had no effect on the footer menu (I tried many widths)
shemeam Kindly check now. Ref: Screenshot
Have changed the CSS a bit to derive the results as envisaged as annotated through screenshot above
Kindly ensure to clear your browser cache if changes dont reflect.