Page not resizing for mobile

Home Forums Jevelin Theme Page not resizing for mobile

Home Forums Jevelin Theme Page not resizing for mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • MiningStore
    Participant

    Hey guys, the following page is not resizing on the mobile.

     

    Could I please get some assistance?

     

    https://miningstore.com.au/news-support-services/

     

    MiningStore
    Participant

    Cheers

    Hi @MiningStore,

     

    I hope you are well today and thank you for your question.

     

    This is because you are using below custom CSS code on your site using Yellow Pencil editor.

     

    #wrapper .sh-section .fw-row {
        width: 1218px;
    }

     

    So to resolve it either remove above CSS code from your site or add the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container #wrapper .sh-section .fw-row {
        width: auto;
    }

     

    Best regards,
    Shufflehound team

Viewing 3 posts - 1 through 3 (of 3 total)