Removing Unwanted Margins and Padding

Sdílet
Vložit
  • čas přidán 20. 10. 2018
  • Removing Unwanted Margins and Padding

Komentáře • 20

  • @happycreativelanka2989
    @happycreativelanka2989 Před rokem +3

    I was tired of that. Thanks you so much bro😌❤

  • @mainmiahb
    @mainmiahb Před 3 měsíci +1

    thanks a lot. i was just fed up with this issue.

  • @mrmoltate7415
    @mrmoltate7415 Před 4 měsíci +1

    Thank you so much sir

  • @tncreations1267
    @tncreations1267 Před rokem +2

    Thanks bro

  • @abdiazizismail5306
    @abdiazizismail5306 Před 2 měsíci

    thank you sooo much man

  • @fais2779
    @fais2779 Před rokem +1

    ty bro

  • @thecoolone1333
    @thecoolone1333 Před rokem

    Thanks Graphic Society for making this video

  • @alcoholfree3778
    @alcoholfree3778 Před 27 dny

    THANK U ILY

  • @zechromezzz7193
    @zechromezzz7193 Před rokem

    Thanks bruv

  • @LordGreystoke
    @LordGreystoke Před rokem +1

    This isn't working for me. I'm inserting the margin padding coding you show after the title tag but it's not doing a thing. I'm using Pardot.

    • @graphicsociety1
      @graphicsociety1  Před rokem

      Please view your page on various browsers. It could be a version issue if you have entered the code correctly.

  • @tuanminhphung5385
    @tuanminhphung5385 Před rokem

    how about the bottom space?

  • @hahababu1
    @hahababu1 Před 3 měsíci

    My space is removing by margin-8px but whenever i put margin-0 it doesn't works

    • @graphicsociety1
      @graphicsociety1  Před 3 měsíci

      Explain more plz.

    • @hahababu1
      @hahababu1 Před 3 měsíci

      @@graphicsociety1 Like my chrome is giving 8px margin of body by default and if I want to make content of 0px margin then I have to write -8px to make it look like 0px margin

    • @graphicsociety1
      @graphicsociety1  Před 3 měsíci +1

      @@hahababu1 plz try the following. This should remove the 8px.
      * {
      margin: 0;
      padding: 0;
      }

    • @hahababu1
      @hahababu1 Před 3 měsíci

      @@graphicsociety1 woow it worked. But is there any permanent solution for this ? Like Any settings or adjustments or else ?

    • @graphicsociety1
      @graphicsociety1  Před 3 měsíci +1

      @@hahababu1 No. each browser has its own default padding and margin. That’s why we should zero them using the code I gave you.