Does my tagline, title and logo have to remain aligned left?
-
I’m using Motif theme and wondered if I could move my tagline, title and logo to a different aligned position – centered or right for example.
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there!
As you have the Premium upgrade, you can use CSS code to make this adjustment to your header.
If you’d like to give this a try, open your Customizer, and select the CSS tab in your menu. In the CSS Revisions box, please paste the following underneath all existing text:
.site-branding a + .site-title {
text-align: right;
}.site-title a, .site-description {
text-align: right;
}.site-logo {
float: right;
}Then Save your changes.
That should do the trick! If I can help in any other way, please drop me a line. Cheers :)
- The topic ‘Does my tagline, title and logo have to remain aligned left?’ is closed to new replies.