background page length too short for text

Support Area Forums Kerygma background page length too short for text

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question: http://fireheadeditions.com/checkout/
  • Author
    Posts
  • #32519
    Frederick Frahm
    Participant

    Hi Bill,

    As always, thanks for your help in support.

    We are working with Easy Digital Downloads and have created a checkout page where customers will agree to our terms and conditions prior to download. The text of the T&Cs is lengthy, of course. At the moment, it is spilling down below the white background page. How can I get that page to resize when the ‘show terms’ button is clicked?

    Fred

    #32520
    Bill Robbins
    Moderator

    Hi Fred,

    Great question. The heights of the main content area and the sidebar are set by a bit of javascript so that they’ll be even with one another. But as you’ve discovered expanding content after that point won’t affect the overall height of the container.

    What you might do is add some padding to the bottom of the main content area on that page. If you have a way to let me see through the coming soon screen I could be a bit more specific for you. That should give you a bit of buffer so that the terms don’t go beyond the box.

    If that’s something that you can take care of, that’s great. If you need help and can let me take a closer look, I’ll see what I can cook up.

    Thanks,
    Bill

    #32521
    Frederick Frahm
    Participant
    This reply has been marked as private.
    #32522
    Bill Robbins
    Moderator

    Thanks Fred, let’s give this a try:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      @media only screen and (min-width: 768px) {
      
      	.edd-checkout #content {
      		min-height: 2800px;
      	}
      
      }
      
    3. Update your settings.

    Let me know how it goes,
    Bill

    #32523
    Frederick Frahm
    Participant
    This reply has been marked as private.
    #32524
    Bill Robbins
    Moderator

    Thanks Fred 🙂

    Have a wonderful weekend

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘background page length too short for text’ is closed to new replies.