Fixed (length) size of the background boxes on each page (where text is)

Support Area Forums Foxy Fixed (length) size of the background boxes on each page (where text is)

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #5246
    Mijn tas & ik
    Participant

    Is there a way to fix the size of the background “boxes” on each page (where text is)? I’d like to fix the length of this box on every page at one and the same size -even when the text on every page has a variable length..

    #5250
    Bill Robbins
    Moderator

    It is possible to do that. Here’s how:

    1. Go to the theme options page and select the styling tab.
    2. Select “yes” at the top to “include custom styling.
    3. Scroll down to the very bottom until you find a box for “Custom CSS.”
    4. Paste this into that box:
      
      .page-content {
      	height: 500px;
      	overflow: auto;
      }
      
    5. Save your changes.

    That will fix the height of the box for you content at 500 pixels tall. Feel free to adjust that height to fit your needs. It will also cause a scrollbar to be added when necessary if the content is too tall.

    If you have any other questions, let me know.

    Thanks,
    Bill Robbins

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Fixed (length) size of the background boxes on each page (where text is)’ is closed to new replies.