• Resolved KellySeeks

    (@motherofchaos3)


    Im trying to get my badges that are in the footer widget to be side by side instead of stacked. is there a way to do this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @motherofchaos3.

    Thank you for contacting us.

    Please try to add this piece of CSS to Customize -> Additional CSS

    #media_image-24 {
    	float: left;
    	width: 25%;
    }
    #media_image-25 {
    	float: left;
    	width: 50%;
    }
    #media_image-26 {
    	float: left;
    	width: 25%;
    }
    .footer-copyright {
    	clear: both;
    }

    Let me know if it works.

    Kind regards.

    Thread Starter KellySeeks

    (@motherofchaos3)

    yes, perfect. thank you for the quick response as usual.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to place footer widgets side by side’ is closed to new replies.