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.

How to center multiple footer widgets?

10 years ago · Last reply by alshareef 10 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.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Support Assistants 10 years, 1 month ago

    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. Rob 10 years, 1 month ago

    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. Support Assistants 10 years, 1 month ago

    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. alshareef 10 years, 12 days ago

    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.

Have a different question or issue?

Start New Thread