How to reduce header white space using CSS?

Hello there again,

So let me get straight to the point so I have been on the css for quite a while now and I usually add customizations in back end but this time I plan to reduce it by negating the padding. But somehow it doesn’t take effect. If you could guys help what I am missing here.

For reference I have this 2 screenshots.

Best,
Jesse

Hi @jLaquino07

Would you mind to share your Store URL website? with password if its protected. Thanks!

Hello sorry for the late reply so this is the URL https://damayanti.store/

  1. go to online store

  2. go to edit code

  3. open styles.css file

  4. add the following code

.page-header {padding-top: 0px !important; padding-bottom: 0px !important; }

save and thats it