Hey guys,
How would I put my name on top of “Google+ Follow” element and make them both left justified against my profile image?
https://dl.dropboxusercontent.com/u/1049926/Screen%20Shot%202014-03-26%20at%2012.33.24%20AM.png
So, raise my name up one line and slide the “Google+ Follow” underneath.
Thanks, Jas
Hi!
Please use this on Quick CSS:
a.gplus-profile {
position: relative !important;
top: -25px !important;
}
.g-follow-wrapper {
position: relative !important;
left: -90px !important;
}
Best regards,
Ismael
Solved! Thank you!