Home › Forums › Gillion Theme › Align image author
Home › Forums › Gillion Theme › Align image author
On the mobile, the photo of the “author” is out of alignment. How to align to the center?
Hi @juniormartian,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is displaying so that I can help you to align it?
Best regards,
Shufflehound team
jrmartian.com.br
You can align it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (max-width: 700px){ #page-container .sh-post-author .sh-post-author-avatar { margin: 0 auto; } }
if i update the theme, do i lose these settings?
No, you won’t lose it on updating the theme.