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

    Dear support

    after upgrading to 4.0.4 I see know on a new test installation that footer has no responsive behaviour? in each mobile preview the footer columns stay besides as on big screens –> content has also no responsive behaviour. on our our current installation footer content is shown below each other on mobile screens

    also on a new design site we had a new design scheme –> color section with content and background color, content, color sektion with content and background color –> this was now broken, all three parts had now a background color, I solved now the problem, as I removed the content between the two color sections into a new color section with other background color.

    i don`t think this behaviours are planned this way from enfold developers?

    Best Regards Marc

    • This topic was modified 7 years, 7 months ago by L-mobileGroup.
    #768774

    Hey Marc,

    It sounds like a small hiccup. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

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

    Best regards,
    Yigit

    #769793

    Dear Yigit

    thanks for your help, with a little modification of responsive footer behaviour it worked.

    Best Regards Marc

    #770537

    Hi Marc,

    Great, glad you got it working and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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