Home › Forums › Gillion Theme › Logo on mobile view
Home › Forums › Gillion Theme › Logo on mobile view
Hi @amplitum,
Thank you for your question.
You can make it centre aligned 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
.sh-header-mobile .header-logo-container { margin: 0 45% 0 auto; }
Best regards,
Shufflehound team
It is displaying fine for me as shown in the attached screenshot.
If you want to you can change the value 45 in the above CSS code to whatever you think display better for you.
Logo in your attachment is not centered. Css line from your post above don’t work for me. It’s still the same.
Hi there,
Sorry to hear that, please try this CSS snippet bellow:
.sh-header-mobile .header-logo { margin-right: 18px; }
Let us know if the issue is fixed.
Best regards,
Shufflehound team
That’s it. 🙂
Nice to hear that. 🙂