Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #638064

    Hi!

    For a restaurant website I’m trying to set up a printable version of the website, in a way that only one section will be printed if the client wishes to make a new menu.

    The website is http://www.eenvistweevis.nl/ and the section that needs to be printed is called ‘Menu à la carte’ with section id ‘kaart’. I’d like to remove everything when printed except the left 1/2 of this section. The image on the right will not be printed. The names of the dished need to be on the left, the prices on the right.

    Can you help me with this? I am greatly helped if I know how to hide everything except the content of this section. From there I can find out how to position the different elements.

    Thank you!

    #638594

    Hey strila,

    You could include a code like this (on a Code Block in that Page):

    @media print{
    .elements_to_hide{ display: none !important; }
    }

    Best regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.