[Pro] sticky footer

Try this - it assumes that you have not changed the ID of the fullwidthWrapper you are using for the footer.

Add an empty Div before the footer (Best way is to select the footer wrapper item and use the Left Arrow on your keyboard to move the cursor before it). Now Insert > Html item, give it a 100% width and a height equivalent to the footer.

For good measure give it a bottom margin of 50px (you can play with this later)

Now add the following code in Page>Html Markup in the before section

<style type= "text/css">
div#fullWidthWrapper {
	position: absolute;
	bottom: 0px;
	}
</style>

Give it a go and post a link if you are struggling.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at: