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.

Replies

1
  1. Support Assistants 10 years, 1 month ago

    Hi Tanhs.niit

    You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    #footer-widgets .widget:nth-of-type(1) {
    	width: 10%;
    }
    #footer-widgets .widget:nth-of-type(2) {
    	width: 10%;
    }
    #footer-widgets .widget:nth-of-type(3) {
    	width: 10%;
    }
    #footer-widgets .widget:nth-of-type(4) {
    	width: 10%;
    }
    @media (max-width: 780px) {
    	#footer-widgets .widget {
    		width: 100% !important;
    	}
    }

    You might also need to install the SiteOrigin CSS Editor.

    Adjust the above as required.

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