[Support request] Padding mobile header

Home Forums Support [Support request] Padding mobile header

Home Forums Support Padding mobile header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1639267
    Jose

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

    https://corteastur.es/

    Regards,

    #1639616
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    Thanks!

    #1641452
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.