May 5, 2015 at 11:06
#57382
Moderator
Hello, this can be done with css
Here are different styles (check attachment):
STYLE 1
COPY CODE
article .article-meta {
width: auto !important;
float: right !important;
text-align: center !important;
}
article .article-meta .post-meta .meta-author {
float: none !important;
}
article .article-meta .post-meta .meta-author img {
float: right !important;
margin-right: 46% !important;
}
STYLE 2
COPY CODE
article .article-meta {
width: auto !important;
float: none !important;
text-align: right !important;
margin-right: 5% !important;
}
Add the style you want to quick css or style.css of child theme
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution