Footer Layout
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?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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!
Works great, thanks! What would happen if I added another widget that I wanted to have fall in the middle?
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.