right align header image
-
I am using the Sparkling theme at fleetingswallow.com
Before adding a header image, I get the site title on the right hand side of the header. After adding a header image, I just get the header image displayed in the header without the site title.
In order to move the header image to the left and keep the site title to the right, I added custom CSS
`
.site-logo {
float: right;
}.site-branding {
text-align: left;
}
However this had no effect.How can I move the header image to the right and keep the site title on the left of the header?
Thanks
-
I am using the Sparkling theme at fleetingswallow.com
Hi there,
There are two different versions of WordPress. These forums only provide support for sites hosted here at WordPress.com.
If you need support for a self-hosted site using software from WordPress.org, please try posting your question in the WordPress.org support forums.
If you need support for the Sparkling theme specifically, please post a question in the support sub-forum for that theme at:
https://wordpress.org/support/theme/sparkling
To learn about the differences between the two versions of WordPress (.com vs.org), please see this guide.
Good luck!
-
@pcoz, there is a Sparkling theme support forum at WordPress.org where you can post your questions on that theme.
- The topic ‘right align header image’ is closed to new replies.