Home>Support>Footer widgets in Estate Theme

Footer widgets in Estate Theme

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

Great themes and Page Builder is awesome.
I have used Vantage for several websites and the footer widgets stack for the mobile view. I am using Estate for the site I am currently working on, the widgets within the content that use Page Builder stack as they should for small devices, but the footer widgets do not. What have I missed?

Many thanks for any help.

Karen

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

  1. 10 years, 24 days ago Support Assistants

    Hi Karen

    Thanks for your support.

    Try adding the following to AppearanceCustom CSS, it should do the trick:

    @media (max-width: 780px) {
    	#footer-widgets aside.widget {
    		padding: 15px 15px;
    		width: 100%;
    	}
    	#footer-widgets aside.widget:first-of-type {
    		padding-top: 30px;
    		width: 100%;
    	}
    	#footer-widgets aside.widget:last-of-type {
    		padding-bottom: 30px;
    		width: 100%;
    	}
    }
    

    Feel free to adjust the 780px breakpoint as required.

  2. 10 years, 24 days ago karenrbnt

    Works perfectly. Thank you so much.

  3. 10 years, 23 days ago Support Assistants

    Glad we could help :)

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