• Hi Kharis,

    My website having problem with mobile view the button looks too big kindly help me to adjust the button size on mobile will be really appreciated. Please see my website is here

    Regards

    Fatima

Viewing 1 replies (of 1 total)
  • Hi @fatimaa,

    Thank you for reaching out to us.

    Try adding this CSS code to your site’s Additional CSS.

    @media only screen and (max-width: 769px) {
      
      .header-slider .button-slider {
        padding: 5px 10px;
        font-size: 12px;
      }
      
    }

    If you have cache system enabled, make sure to flush it after the new CSS code applied.

Viewing 1 replies (of 1 total)

The topic ‘Header image height’ is closed to new replies.