Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    Yes. CSS would be used to do this.

    Thread Starter craigmckee

    (@craigmckee)

    @twinpictures thank you. Do you have any documentation it can you tell me how? I haven’t been able to figure it out 🙁

    Plugin Contributor twinpictures

    (@twinpictures)

    CSS is well documented on the web.
    We have no idea if you are referring to the display or the printed view.
    we are going to assume print. Is the header included in your target?
    No link was provided, so we really have no idea how to help you.

    but in short, you could add the following CSS in the theme options:

    @media print {
       .some_element_classname {
           padding-top: 30px;
       }
    }

    Hope that helps resolve your issue.

    Thread Starter craigmckee

    (@craigmckee)

    Sorry, it’s just in the printed version. It’s a members page so I can’t give a direct link without giving you a log on which I am happy to do!

    I found that code online and did try to add in the php file under the media print section but had not joy with it.

    This is the on screen view:

    https://snipboard.io/e3vfTj.jpg

    But when I try to export as a pdf it’s right up with the header

    https://snipboard.io/RnzF85.jpg

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