• Hello, I have a problem with the responsivity. On mobile phone the site isn’t responsive.
    How can I fix this?

    I tried this code, which I found on forum:
    @media (max-width:480px) {
    .header_section {
    width: 160%;
    height: 300px;
    }
    }

    But it works only for header.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,
    Use this custom css
    .head-contact-info {
    width: 100% !important;
    display: inline-grid !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Not Responsive’ is closed to new replies.