Hi, i need to move the category title up beside the category avatar and eliminate the space above the title. I have searched and try to find the setting using Firebug with no results.
Thanks for your help, Gene
Thanks for your help, Gene
body #eblog-wrapper .profile-title,
body #eblog-wrapper .profile-basic ul
{
clear: none !important;
}
.profile-basic
{
margin-left: 130px !important;
}
.profile-info .profile-title
{
margin-top: 10px !important;
}
.profile-item .profile-info .profile-info
{
margin-top: 20px !important;
}
.profile-info .profile-title,
.profile-item .profile-info
{
margin-left: 40px !important;
}