Hi,
I have a footer withe 4 columns. Now I want to have seperators between those columns. Hoch can I insert those. I would like to be able to choose colour and thickness of the seperators and the vertical length..
thanks
Hey robert7878!
Can you please post the link to your website and a screenshot showing the changes you would like to make?
Cheers!
Yigit
Hey!
Please try the following in Quick CSS under Enfold–>General Styling:
#footer .av_one_fourth {
padding-left: 0% !important;
width: 25% !important;
text-align: center !important;
border-left: 1px solid red !important;
}
Regards,
Rikard
Hi!
Try this:
#footer .flex_column.av_one_fourth {
text-align: center;
}
#footer .flex_column.av_one_fourth .widget {
display: inline-block;
}
Best regards,
Ismael
Hi!
Did you remove the account you created for us because the details you gave are not working, could you check please?
Regards,
Rikard
should be working?
Hi!
Worked now, thanks.
I edited the code a bit in Quick CSS, please review your site now.
Best regards,
Rikard