Skip to content
Public Ticket #29259

header-standard header-classic single-header this block How to set some margins

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

@media only screen and (max-width: 767px) {
  .header-standard.header-classic {
    padding-left: 30px;
    padding-right: 30px;
  }
}

Regards,
PenciDesign.



Want to join this conversation or access attachments? Sign in first.