Not resolved

Logo Height seems right but logo super wide

Ultra Theme started by rictans Aug 16, 2015 3 replies
rictans Aug 16, 2015 · 10:07 am #2131

Hi,

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.

Andrew Misplon Puro Aug 17, 2015 · 12:02 pm #2133

Hey 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 🙂

rictans Aug 22, 2015 · 6:21 pm #2150

Thanks 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;
}

Andrew Misplon Puro Aug 23, 2015 · 11:47 am #2151

Super, 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 🙂

4 posts