Home Forums Themes Support Claue Add margin to left and right of header

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #18265

      Hi Harry,

      Sorry to bother you again. Is it possible to add some padding (or increase the margins) on the header as when on mobiles. the menu icon and and cart icon are a bit too close to the sides (see screenshot).

      It’s ok if the margins increase on both desktop and mobile.

      Many thanks for your help,

      Karen

      Attachments:
      You must be logged in to view attached files.
    • #18290

      Hi Karen,

      Please use below code

      @media only screen and (min-width: 1025px) {
      .header__mid { padding: 0 20px 0 25px;}
      }
      @media only screen and (max-width: 414px) {
      .header__mid { padding: 0 15px;}
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #18440

      Yay perfect thank you very very much Harry! 🙂

Viewing 2 reply threads

You must be logged in to reply to this topic.