Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #270923
    karateclubliesing
    Participant

    Hi,
    on my site
    https://www.cranio-karin.at/
    there is a clickable image with different sections: “Cranio-Karin”, “Babys”, “Kinder” and so on…
    I want to remove the left and right margin, so that the image is all over from left to the right (like the menu above).
    what can I do?
    Thank you!

    this is the code:

    <map name=”my-image-map”>
    responsive image with clickable areas

    <area alt=”Startseite” coords=”0,0,599,105″ title=”Startseite” href=”http://www.cranio-karin.at/&#8221; shape=”rect”>
    <area alt=”BABY Cranio-Sacral” coords=”0,106,119,576″ title=”BABY Cranio-Sacral” href=”https://www.cranio-karin.at/baby-cranio-sacral-behandlung/&#8221; shape=”rect”>
    <area alt=”KINDER Cranio-Sacral” coords=”120,106,239,576″ title=”KINDER Cranio-Sacral” href=”https://www.cranio-karin.at/kinder-cranio-sacral-behandlung/&#8221; shape=”rect”>
    </map>

    #270948
    Skandha
    Participant

    @karateclubliesing: Hello there,
    I am afraid that is not possible because the screenshot you posted is an image itself and it cannot be changed using CSS Code.

    Kind Regards,
    Skandha

    #270959
    karateclubliesing
    Participant

    Why not?
    When I use this image as HEADER-IMAGE it is all over from left to the right (like the menu).
    So when the HEADER-IMAGE can do this, it must also be possible for a image in the body…

    There must bei a possibility, like margin-left: -40px or something like that…

    thank you in advance!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove the left and right margin of an image’ is closed to new replies.