Pro Footer Builder: Help needed for centering items

Dear Themeco team,

I tried for some hours but can’t find the solution. Maybe you can point me in the right direction?

Please view this site here (htaccess login in secure note) on mobile and have a look at the footer. It is using Widget Area and I am trying to align the items neatly but can’t get this to work…

Thanks a lot!!

Hello Alex,

Thanks for writing in!

Do you want to center it like this?

I went ahead and edited your footer and did this:

1.) I center the widget area elements by setting the left and right margins to auto.

2.) And then in Widget Area > Customize tab, I added this custom inline element css:

@media(max-width: 979px){
  $el {
  	text-align: center;
	}
}

Please check your footer now.

1 Like

Thanks @ruenel! That’s perfect!

You’re most welcome, Alex.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.