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.

Footer Layout

10 years ago · Last reply by Daniel 10 years ago

I have two widgets in my footer – Vantage Social Media and Easy Sign Up. I would like to have one flush left and the other flush right. While the social widget is flush left, the Easy Sign Up falls more towards the middle. Is there any way I can adjust how the widgets fall in that section?

URL: http://perceptioinc.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Daniel Staff 10 years, 11 months ago

    Hi Sally,

    Try adding the following Custom CSS code to achieve the layout you want:

    div.esu-form-div {
      display: table;
      margin-left: auto;
    }
    #easysignup-widget-2 .widget-title {
      margin-left: 63.5%;
    }

    Cheers!

  2. Sally Lee 10 years, 11 months ago

    Works great, thanks! What would happen if I added another widget that I wanted to have fall in the middle?

  3. Daniel Staff 10 years, 11 months ago

    Hi Sally,

    If you wish to add a third widget in the middle, you would need to remove the above code. Then place the third widget between the two you have now. It should automatically layout as needed if you are adding a third widget.

    Cheers!

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