Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1080262

    Hi
    I find problem with 3 columns and 4 columns in foother on mobile.
    In private area you can find screencast and direct link into that page.
    This problem is only on that page on another works great.
    I was trying to remove all css and optimisation plugin but it is still
    Can you check?
    Thank you
    BR
    Krzysztof

    #1080476

    Hey Krzysztof,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1080478

    HI
    Yes, I just do that

    #1080546

    Hi Krzysztof,

    Looks like some css is missing, you might want to reupload a fresh copy of the folder with the theme css
    or try using this code:

    
    @media only screen and (max-width: 767px) {
      div .av_one_third {
        margin-left: 0%;
        width: 100%;
        height: auto;
      }
    }
    

    Best regards,
    Victoria

    #1080712

    Hi
    Thank you. It works but 4 columns in foother is still brocken.
    It is funny because it is only on that page. On another I have the same and works great
    BR
    Krzysztof

    #1082149

    Hi,
    Sorry for the late reply, for some reason, it looks like your mobile brake point is not working right there, perhaps there is a conflict in your custom css.
    Please try adding this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    div .av_one_fourth {
        margin-left: 0 !important; 
        width: 100% !important; 
    }
    }
    

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.