- This topic has 3 replies, 2 voices, and was last updated 9 years, 8 months ago by
Andrew Misplon.
- AuthorPosts
- August 17, 2015 at 12:02 pm #2133
Andrew MisplonKeymasterHey Ric
Great to hear from you. So sorry for the hassle, I left an important declaration out in 1.0 and have corrected for the update. Please, try the following in your Custom CSS plugin if you have one running:
/* Logo */ .site-header .site-branding img { width: auto; }
Let me know how that goes.
Thanks 🙂
August 22, 2015 at 6:21 pm #2150
rictansParticipantThanks Andrew… works well. Added right align to align site title and tag line:
/* Logo */
.site-header .site-branding img {
width: auto;
}
/* Right Align site title and tag line */
.site-header .site-branding h1.site-title a {
text-align: right;
margin-right: 0px;
}
.site-header .site-branding h2.site-description {
text-align: right;
}August 23, 2015 at 11:47 am #2151
Andrew MisplonKeymasterSuper, really glad to hear you made progress. And thanks for your understanding.
If you need help with anything else, please let me know.
Cheers for now 🙂
- AuthorPosts
You must be logged in to reply to this topic.