Hi there,
I’m trying to figure out how to change the width of column three and four, to make them sit closer together and to widen column five, so the entire contact details fit ” (Email address hidden if logged out) “.
Best regards,
Lara
Hey Lara,
Please try the following in Quick CSS under Enfold->General Styling:
#footer #text-9 {
margin-left:-20px;
}
Best regards,
Rikard
Hi Rikard,
thank you for getting back to me. Unfortunately it didn’t change anything :(
Best regards,
Lara
Hi,
Try adding the following to quick css:
.flex_column.av_one_fifth.el_after_av_one_fifth.el_before_av_one_fifth{
margin-left:2%!important;
width:18.2%!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
Thanks for helping me out!
It has changed the column width, However, now it’s not balanced. Too much space on either side of ‘INDUSTRIES’
Also, just while I have you. Is there a way to space my social icons at the bottom of column 5?
Best regards,
Lara
Hi,
You can adjust the percentages a bit to get it exact to what you need.
Best regards,
Jordan Shannon