Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #748152

    Hi, I have purchased several enfold themes and have never had this problem before but on this site the footer area squashes up vertically on a mobile when normally information lays down one on top of each other. It has not happened with any other sites I have built using this theme. I thought it might be the share plugin but when I removed it, it still happened. The client has noticed it and I need to fix it. For a few days it went back to normal and then happened again. I have looked on an android and iphone. I have not upgraded to 7.2 on wordpress but this is not a problem on any other sites which have the latest version of enfold. Please can you help.
    Many thanks

    #748753

    Hey Linda,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

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