Footer widgets in Estate Theme
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
3Hi 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 :)
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.