Scholar Theme Welcome msg moves right and wraps with screen zoom.
WPMU DEV Community
Scholar Theme Welcome msg moves right and wraps with screen zoom.
Elite
621 pointsLike some sort of WPMU DEV God"I'm new here
tishimself
Member
—
17th January 2012 (4 months ago)
Hi,
This issue happens with IE9, FireFox and Chrome browsers and varies with screen resolution and zoom. It also happens with the Scholar demo site. But I can't quite pin down a repeatable scenario.
IE9 screen 1920x1200 and zoom 135%
IE9 screen 1600x900 with a zoomeof 110%
When I used Chrome it happened with a zoom of -57%!
This issue happens with IE9, FireFox and Chrome browsers and varies with screen resolution and zoom. It also happens with the Scholar demo site. But I can't quite pin down a repeatable scenario.
IE9 screen 1920x1200 and zoom 135%
IE9 screen 1600x900 with a zoomeof 110%
When I used Chrome it happened with a zoom of -57%!
It happens with the demo and my site, so I've included a screen shot for both.
My scholar site is the psychotherapy-network.
Initially, I thought it was only related to my use of the my mouse to zoom, but that is not true. However using the mouse makes it easier to watch the changes by rapidly zooming in and out. I was supprised to see the msg move right and split over two lines when I zoomed under 100%.
The message moves back and forth as I change the zoom. By inpsecting the CSS in Firefox, I saw no reason for the "info-bar' to behave in this fashion:
9603 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Sales & Support Pro
—
18th January 2012 (4 months ago)
#
Okay, I see what you mean.
This is just because the text no longer fits in the box because it's too small. It's not really a bug as such, just the browser trying to cope with the resize.
Certainly the prblem is related to the use of margin-right:auto and margin-left:auto for the info-bar.
But since there is plenty of room to fit the text this CSS is not working to produce the proper placement of the text. That is why I think it is a problem.
Responses (5)
Sales & Support Pro — 17th January 2012 (4 months ago) #
Hiya!
Can you show a screenshot of exactly what you're seeing please? And also a link to your site where this is happening?
Thanks,
Phil
Member — 17th January 2012 (4 months ago) #
Hi,
It happens with the demo and my site, so I've included a screen shot for both.
My scholar site is the psychotherapy-network.
Initially, I thought it was only related to my use of the my mouse to zoom, but that is not true. However using the mouse makes it easier to watch the changes by rapidly zooming in and out. I was supprised to see the msg move right and split over two lines when I zoomed under 100%.
The message moves back and forth as I change the zoom. By inpsecting the CSS in Firefox, I saw no reason for the "info-bar' to behave in this fashion:
Larry
Sales & Support Pro — 18th January 2012 (4 months ago) #
Okay, I see what you mean.
This is just because the text no longer fits in the box because it's too small. It's not really a bug as such, just the browser trying to cope with the resize.
Thanks,
Phil
Member — 18th January 2012 (4 months ago) #
Hi,
Certainly the prblem is related to the use of margin-right:auto and margin-left:auto for the info-bar.
But since there is plenty of room to fit the text this CSS is not working to produce the proper placement of the text. That is why I think it is a problem.
Maybe I can work on this some.
Larry
Member — 19th January 2012 (4 months ago) #
Hi,
Reducing the font-size and reducing the size helps, but does not fix.
The Sign Up Button does the same wrapping thing.
It seems that the navigation-bar has the same auto centering CSS, but does not wrap.
Not making much progress.
Larry
Become a member