-2

I have a white space (margin) on top of my slide. I searched for many hours, and tried everything but did not find a solution. Most topics around this problem do not have a clear solution so this might be caused by the theme (flatsome) right?

link to site > cosmosdesign.be

N.Kewitsch
  • 59
  • 10

2 Answers2

0

See screenshot and add css in your theme. padding-top:0px enter image description here

0

I hope this will work please add style in your css

#content {
    position: relative;
    top: -45px;
}
Dmitry
  • 6,716
  • 14
  • 37
  • 39
farhan siddiqui
  • 322
  • 2
  • 6