Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Logo Is Cutting When I Moving It Up

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #284536
    OsmaniMalik
    Participant

    Hi, Peace Be Upon You!

    I am facing this issue with this logo https://imgur.com/bEtNIJD I am trying to move it up, by using top-margin: -80px but when I did this I got this result https://imgur.com/Iosk2Op. Logo is cropped from top. I don’t know how to fix this, I tried to use this code:

    For Top Section:
    #section-1852710000 {
    -webkit-clip-path: polygon(21% 0, 100% 0%, 100% 100%, 26% 100%);
    clip-path: polygon(21% 0, 100% 0%, 100% 100%, 26% 100%);
    position: relative;
    display: inline-block;
    overflow: unset;

    }

    And for logo image:
    #tmp_image-36841 {
    position: absolute;
    }

    But its not working. Can you tell me what I am missing here?

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.