Hey there,
I’am having problems to align my icons in the footer. I tried float:left. but this did not help.
Thanks for your help!
Hello @zero_to_one,
Thanks for writing to us.
I checked your site footer, it seems that you have set the container’s flex child placement as a column because if that the icon is aligned vertically. To align the icons inline on the footer, please set the container flexbox as a row. Please have a look at the given screenshot below.
f it doesn’t work for you, please share your details in a secure note. Please provide the following details
- WordPress Login URL
- Admin level username and password
You can find the Secure Note button at the bottom of your posts
Thanks
ah this just applies to the whole content of the bar, I only want the logos to be in one line
Hello @zero_to_one,
Since you have several elements stacked with each other in the container, you can insert a DIV element and then use it as a container for your social icon buttons.
And lastly, enable the Flexbox option in the div element so that you can line up the social icon buttons.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.