Page width from mobile - Theme Spotlight

Hi @heartlessoff ,

You can use this code. It will only affect the position of the card icon

@media screen and (max-width: 750px) {
    .header {
       padding: 10px 1.5rem!important;
    }

   .header__icons {
       padding: 0;
   }
}

Then double check and let us know it’s works ? We’ll happy to hear that