Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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!
Hi 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