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
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.
Works perfectly. Thank you so much.
Glad we could help :)