Forum Replies Created
-
AuthorPosts
-
Ahhhh that makes sense. Change the width based on screen size. Thanks, I think that will work.
Appreciate the support!
Hi Victoria,
Sorry for the delay in replying. I guess I’ll just leave it as is for now, although I still don’t think it looks very good. If I wind up having a page that has minimal content I can try to figure it out, or I’ll reopen a thread here.
Thanks.
Hi Victoria,
On a small screen it looks great. But on a larger monitor like my desktop the socket red creeps up past the footer widgets and it looks like this:
If I set the min height like Nikko suggested, then my particular desktop monitor looks ok, but smaller screens have a lot of scroll space, and that may not be large enough for a different users monitor if they have a bigger one than me.
It seems like in the stretched layout, the socket height is the part that is responsive in the theme, is there anyway to give that power to the content containers instead? So the content is the one that stretches and contracts based on the screen size and the socket/footer remain fixed pixels?
Thanks!
Hi Nikko,
That’s a step in the right direction, but not quite it. When I adjust min-height on these, it looks great on my laptop, but when I look on my desktop with a larger resolution it looks exactly the footer problem in this other thread I just found and linked to at the bottom of the post. Here’s a quick image of what that footer looks like on my monitor so you can get an idea;
If I push out to 850px the desktop looks much better but the laptop has a lot of extra scrolling involved for no reason now.
The solution given in the thread below was a sticky footer/socket which I did with the code snippet below.
#socket { position: fixed; bottom: 0; width: 100%; max-height: 52px; } #footer{ position:fixed; bottom: 52px; width: 100%; }
And that looked great but I still have to use a short container class min height pixel that creates extra scrolling on the laptop, else the red creeps up behind and above the sticky footer widgets like so:
I really need something that is smart/responsive enough to say “user screen is X px, short container class min height = X – header px – socket px – footer px”. Is that possible?
Here’s the thread I found that show’s a site that has the same problem:
Hi Basilis,
I could be using the wrong term. I’m looking at the bottom portion with the copyright that is a reddish/wine color. Below the 4 footer columns.
Thanks!
Mike,
The javascript adjustment works perfect. Everything gets displayed and interpreted by mathjax just as it should.
Thanks very much for the support!
Requested info in private content.
-
AuthorPosts