Home>Support>Sticky footer with overlay

Sticky footer with overlay

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 3 months ago Alex S
    Hi, I Work Here

    Hi 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.

  2. 8 years, 3 months ago Marcin Deja

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More