Tagged: , ,

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

    Hey guys,

    client sent me this screenshot of a bug that seems to occure on iPads: http://postimg.org/image/rch1y65bd/

    The footer entries are too long for their columns. I slightly narrowed those columns via CSS but when I watch the footer on a phone or a small browser window on PC however, the footer columns are shown among each other with vertical spacing instead of horizontal. This solution is fine and brings along no problems.

    Can I force iPads somehow to vertically show the footer?

    #496609

    Hi micscr!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1024px) {
    #footer .container {
        max-width: 90%;
    }}

    Regards,
    Yigit

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