Hello,
I have three widgets in the footer. I was hoping to make the first two 25% of the width and the last widget 50% of the width (or something relative to that). I cannot force the custom css to do this thought. I’ve tried different combinations of the following code:
#footer-widgets .widget {width: 20%;}
#footer-widgets .widget-last {width: 50%; }but all three widgets are taking on the 20%. What can I use to force the last widget into a larger size?
Thanks!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Jtabrams
Please try changing your custom CSS to read
#footer-widgets :last-child.widget { width: 50%; }Let us know how you get on
Magus
Hi Magus,
That worked perfectly, thank you for your quick response!
Jenna
Hi Jenna
You are welcome, please feel free to open a new thread if you need any more help.
Magus
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.