Hi,
I’d like to clone the header social icons so that they appear both in the header but also in the middle column of the footer.
I tried to do this using the AV shortcodes but it doesn’t look good enough. Suppose I want to make it look exactly like the header social icons.
Thanks,
Gabe
Hey Gabe!
Try adding this code to the Quick CSS:
#socket .copyright {
float: right;
}
#socket .social_bookmarks {
float: none;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
width: 100px;
top: 5px;
}
Cheers!
Josue
Hi Gabe!
In that case i’d suggest using the footer instead with a 3 column layout + widgets.
Regards,
Josue
Hey Gabe!
You can copy the HTML and paste it in the footer as a Text Widget – http://imgur.com/07Ow7ZY
Cheers!
Josue