Forums
Forums / Theme: Chronus / Move logo below title
(@sirch120)
7 years, 11 months ago
How can I move the logo below the title?
Thanks
The page I need help with: [log in to see the link]
(@themezee)
Hi there,
Thanks for using Chronus.
You can try this CSS snippet:
.site-branding { display: flex; flex-direction: column; } .site-title { order: 2; } .site-description { order: 3; }
Please copy the CSS code and insert it on Appearance > Customize > Additional CSS.
Cheers, Thomas
The topic ‘Move logo below title’ is closed to new replies.