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.

Replies

2
  1. Alex S Staff 8 years, 10 months ago

    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. Marcin Deja 8 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread