Viewing 4 replies - 1 through 4 (of 4 total)
  • The issue seems to be being caused by this

    .content .content_inner > .container > .container_inner.default_template_holder {
      padding-top: 60px;
    }

    which is overwriting the padding of 250px if you add this to your styles.css it should fix it

    .content .content_inner > .container > .container_inner.default_template_holder {
      padding-top: 250px !important;
    }
    Thread Starter 3RP

    (@3rp)

    Hi Lloydbirch

    Thanks for your response.
    I have downloaded the stylesheet.css file and using the fine and replace function have not been able to find the code you refer to above.

    Thread Starter 3RP

    (@3rp)

    I have been able to find the following line though. Would this would?

    .content .container .container_inner.default_template_holder {
    padding-top: 44px;
    }

    Thanks again for your help, much appreciated

    Hi

    As long as you put in the code with !important It shouldn’t matter, it will automatically supercede whatever padding is there before, but yes replacing the 44px should do it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding top padding to the Job page’ is closed to new replies.