Tagged: 

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

    Hi,

    On the home page of my website I am having a problem with the footer displaying correctly on mobile devices. It works OK on every page of the site to the exception of the home page that it displays funny. It does not seem to adapt to the screen size for some reason like it does on every other page of the site.

    http://premiergroupsd.com/

    #455249

    Hi gvidano!

    Try dragging a codeblock element to your homepage and add this inside.

    <style type = "text/css">
    @media screen and (max-width: 500px) {
    #footer .flex_column {
      margin: 0 !important;
      width: 100% !important;
    }
    }
    </style>

    Regards,
    Elliott

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