Home>Support>Vantage footer size on Smaller Screens??

Vantage footer size on Smaller Screens??

By VWFeature, 7 years ago. Last reply by Alex S, 7 years ago.

I saw https://siteorigin.com/thread/reduce-the-vantage-footer-size/
and one solution there is setting a minimum height for the main content container.

Being new to making websites, I don’t know- what would that do on mobile devices? Is there some way to make the min height only apply to bigger screens, or is that not necessary?
This was the code suggested:

/* Main Container */

#main {
	min-height: 500px;
}

Thanks for being really responsive and giving great support!

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

  1. 7 years, 5 months ago Alex S
    Hi, I Work Here

    Hi VWFeature,

    Yes. You’re after a media query. Basically, nest the provided CSS like so:

    @media (min-width: 600px) {	#main {		min-height: 500px;	}}

    Please refer to this page for a list of device widths – the only important columns are the name, the CSS Width and CSS height row’s. The CSS width is the portrait while the landscape size is the CSS height.

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