Home>Support>Remove space below main content and footer , and footer height : vantage premium theme.

Remove space below main content and footer , and footer height : vantage premium theme.

Unable to adjust slider and picture page heights in all pages, using meta and wonder sliders.
space below main slider and footer is big , also need to adjust footer height.

URL: http://barefootagrifarm.com/wp/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Hi RK

    Thanks for reaching out.

    Meta Slider

    The Meta Slider width and height settings can be found at Meta Slider > Right column Settings panel. Width and height. Set them there and save.

    Footer

    The Vantage footer fills the space available on the given screen. The theme doesn’t have a sticky footer. At Appearance > Custom CSS you can either:

    1. Set a minimum height for the content container, thereby pushing the footer down:

    /* Main Container */
    
    #main {
    	min-height: 500px;
    }
    

    OR

    Change the background color of the entire site. That’ll show where the footer actually ends and stop the current visual effect:

    /* Body */
    
    body.layout-full {
      background-color: #2f3033;
    }
    

    Change the color value above as required.

    Hope that helps.

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