Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #449846

    Hello
    I have a problem with the proper display of the mobile view my page. Some pages – page offer – looks strange in view of the phone. Unfortunately I can not attach screenshots.

    http://plan2.pl/oferta/

    Regards
    QeeQac

    #449913

    Hi qeeqac!

    You can attach screenshots by uploading them to for instance imgur.com or a public dropbox folder and then linking to them here. I saw a few problem areas on your site, please try to add the following to Quick CSS:

    @media only screen and (max-width: 767px) {
    .page-id-2852 .avia-builder-el-56, .page-id-2852 .avia-builder-el-65 {
    width:100% !important;
    }
    }

    Best regards,
    Rikard

    #450325
    This reply has been marked as private.
    #450425

    Hey!

    Thanks for the screenshot, did you try the CSS I gave you and did it work out? I think you’ve made some CSS changes yourself, like the icons for instance. Try this as well in Quick CSS:

    @media only screen and (max-width: 767px) {
    .av-icon-char {
      font-size: auto !important; 
      line-height: auto !important; 
    }
    }

    Regards,
    Rikard

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