Site logo

Archived topic

Padding mobile header

3 replies · Started by Jose on January 30, 2021

Viewing posts 1–4 of 4

Hi, I wanto to add some padding in the mobile header, could you please give a CSS code?

https://corteastur.es/

Regards,

Hi there,

try this CSS:

@media(max-width: 768px) {
  .site-header {
    padding: 10px;
  }
}

Thanks!

You're welcome

This archived topic is closed to new replies.