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.

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

10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 7 months ago

    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.

Have a different question or issue?

Start New Thread