• Resolved bshahn83

    (@bshahn83)


    The header is being responsive, however the body of the site is not zooming properly. On iphone the body stays in the left margin area and on an android it appears to do a mega zoom.

    ralyaperformance.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • add the following to your custom css or at the bottom of your child theme’s style.css file

    .logo img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    .header_section .col-md-6.col-sm-12 {
        width: 100% !important;
    }

    Hi,

    Please go to Admin Dashbaord >>Appearance >>Theme Options >>General Settings and find custom CSS editor.

    Now copy below CSS in Custom CSS editor.

    .header_section .col-md-6 {
      width: 100% !important;
    }
    .logo img {
      height: auto !important;
      max-width: 100%;
    }

    Save the changes.

    Thanks

    Thread Starter bshahn83

    (@bshahn83)

    That worked, thank you!

    You’re welcome!

    Hi,

    Most Welcome.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Not mobile responsive greenigma’ is closed to new replies.