Home>Support>How to center multiple footer widgets?

How to center multiple footer widgets?

By Rob, 8 years ago. Last reply by alshareef, 8 years ago.

Through the support forums I figured out how to add multiple rows to the footer of the Vantage premium theme, but all the widgets are aligning to the left.
How do I get them to center?

specialtytree.com

Thank you,

Rob

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

  1. 8 years, 8 months ago SiteOrigin
    Hi, I Work Here

    Hi Rob

    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 {
        width: 25%;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

    If the above doesn’t work, try:

    #footer-widgets .widget {
        width: 25% !important;
    }
  2. 8 years, 8 months ago Rob

    Thank you, that worked for full screen.
    Now when viewed in mobile they are all aligning to the left and they are very small.

    Any suggestions?

    Thank you,

    Rob

  3. 8 years, 8 months ago SiteOrigin
    Hi, I Work Here

    Try the following:

    #footer-widgets .widget {
        width: 25%;
    }
    
    @media (max-width:780px) {
      #footer-widgets .widget {
          width: 100%;
      }
    }

    We’d need to view the site to assist further if required.

  4. 8 years, 7 months ago alshareef

    Hi Rob
    Would you please paste the link to the thread on how to add multiple rows in Vantage theme. I looked all over the forum and couldn’t find any thing.
    Tanks

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