0
Welcome Guest! Login
0 items Join Now

Minimum page height

  • Minimum page height

    Posted 11 years 7 months ago
    • Hi :)

      I have a problem. I use the "clarion template" and would set the minimum height of the page because some pages are too short. How can I do this?
    • Last Edit: 11 years 7 months ago by Radek200.
  • Re: Minimum page height

    Posted 11 years 7 months ago
    • Hello Radek,

      In the /templates/rt_clarion_responsive/css/ directory create a file called rt_clarion_responsive-custom.css. Add the following code to that file:
      #rt-container-bg2 {
          min-height: 1000px;
      }

      You can modify the # to whatever you would like.
    • Kind regards,
      Reggie

      Learn to code for free.
      www.freecodecamp.org
  • Re: Minimum page height

    Posted 11 years 7 months ago
    • Great! Thanks:)
  • Re: Minimum page height

    Posted 11 years 7 months ago

Time to create page: 0.097 seconds