Hi,
I am trying to center some social Icons in a column. They are all in one line, which is correct, but they are left aligned. So far nothing I’ve tried worked to center them, whilst still keep ing them on one line.
Thanks so much.
Corina
Hi Corina!
Thanks for getting in touch with us!
Try putting the following CSS code in the Quick CSS field under the General Styling tab in the theme options:
div .av_one_fifth {
margin-left: 7% !important;
width: auto !important;
}
Regards,
Jordan