Tagged: ,

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

    The footer does not appear properly on 3 pages on my website.
    The do not stack upon each other in mobile mode.

    #749585

    Hey!

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

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

    Regards,
    Yigit

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