Hello Gary,
To add space to left add following css
#post-481 #header-meta {
padding-left: 20px;
}
And to add space above button add following css
#post-481 #header-meta a.btn{
margin-top: 20px;
}
Change the 20px number according to your requirement.
Thanks!
-
This reply was modified 4 years, 2 months ago by
Bidur.