• 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!
    Cindy

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author satoristudio

    (@satoristudio)

    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; }

    Thread Starter ragmuffdesign

    (@ragmuffdesign)

    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!

    Theme Author satoristudio

    (@satoristudio)

    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; }

    Thread Starter ragmuffdesign

    (@ragmuffdesign)

    That worked! Thank you!!!!! ??

    Thread Starter ragmuffdesign

    (@ragmuffdesign)

    Hi Andrii, this issue has returned. I think it’s because of the new update.

    Thanks,
    Cindy

    Theme Author satoristudio

    (@satoristudio)

    Hey 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.

    Thread Starter ragmuffdesign

    (@ragmuffdesign)

    Ok I put the code back. Weird, I must have deleted it by accident. Thanks for your patience!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘footer widget area’ is closed to new replies.