footer widget area
-
Hi Andrii,
I’m having some trouble with the footer. As you can see, the 3 footer widgets are stacked on top of each other and I would like them to be side by side. I’m having trouble finding a plugin that can work with the footer your theme already has. Do you have any suggestions? Plugin recommendations? Or is there something built into your theme that I’m missing?
Thank you!
CindyThe page I need help with: [log in to see the link]
-
Hey Cindy,
this is due to the Ultimate Social Media Icons plugin aggressively declaring its own CSS styles, interfering with other elements; please try adding this declaration to the “Additional CSS” tab of the “Appearance – Customize” admin section:
.sidebar-footer widget.clear { clear: none !important; }
Hi Andrii, sadly after adding the CSS code, the widgets are still stacked. Any other ideas? I don’t really want to change social media plugins, but if need be, that’s what I’ll do!
Thanks!
My apologies! This is how the code should look like (note the missing point as compared to the previous snippet):
.sidebar-footer .widget.clear { clear: none !important; }
That worked! Thank you!!!!! š
Hi Andrii, this issue has returned. I think it’s because of the new update.
Thanks,
CindyHey Cindy,
did you add the code above into the “Additional CSS” tab of the “Appearance – Customize” admin section? It should not have been lost with a theme update in this case.
Ok I put the code back. Weird, I must have deleted it by accident. Thanks for your patience!
- The topic ‘footer widget area’ is closed to new replies.