Sticky footer with overlay
it is possible to make sticky footer like on this site http://edoradca.pl with vantage theme
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
it is possible to make sticky footer like on this site http://edoradca.pl with vantage theme
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
2Hi Marcin,
You can do this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Please add the following CSS:
@media (min-width:; 600px) { #main.site-main { margin-bottom: 200px; } #colophon.site-footer { z-index: -1; position: fixed; bottom: 0; left: 0; width: 100%; overflow: hidden; } }The margin-bottom must be the same height as your footer for the effect to work so if your footer doesn’t fit just right, please adjust it accordingly. This effect is not present on mobile devices.
You might also need to install the SiteOrigin CSS Editor.
Hi Alex,
thank you so much.
i use
#colophon { padding-top: 20px !important; padding-bottom: 10px !important; }and every things works and looks great.
you are great
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.