Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Reduce socket height in stretched layout #866619

    Ahhhh that makes sense. Change the width based on screen size. Thanks, I think that will work.

    Appreciate the support!

    in reply to: Reduce socket height in stretched layout #866559

    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.

    in reply to: Reduce socket height in stretched layout #864866

    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:

    Sticky Footer Monitor

    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!

    in reply to: Reduce socket height in stretched layout #864674

    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;

    Large Red Footer

    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:

    Red Behind Sticky Footer

    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:

    in reply to: Reduce socket height in stretched layout #864603

    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!

    in reply to: Backslashes Stripped from Table #847423

    Mike,

    The javascript adjustment works perfect. Everything gets displayed and interpreted by mathjax just as it should.

    Thanks very much for the support!

    in reply to: Backslashes Stripped from Table #846266

    Requested info in private content.

Viewing 7 posts - 1 through 7 (of 7 total)