- This topic has 3 replies, 2 voices, and was last updated 9 years, 3 months ago by Andrew Misplon.
- AuthorPosts
- August 16, 2015 at 10:07 am #2131
rictansParticipantHi,
Back here again after a break… you helped me with Logo plus Site Title and Tag line displaying all at once, back in May, 2015.
I’ve just started another test WordPress instance and am using your latest version 1.0 and was using 0.9.4 two months ago.
I am also using the child theme you sent to me back in May.
Current problem with v 1.0 is that the logo looks squished, ie. I think the height is 92 but the width seems “native” at 500… original image being 500 x 500. Anything changed in V 1.0 that would cause this.
Thanks,
Ric.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.