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.

Footer widgets in Estate Theme

Resolved 3 replies customizationthemetheme-estate
10 years ago · Last reply by Support Assistants 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Support Assistants 10 years, 2 months ago

    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. karenrbnt 10 years, 2 months ago

    Works perfectly. Thank you so much.

  3. Support Assistants 10 years, 2 months ago

    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.

Have a different question or issue?

Start New Thread