Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #893911

    Hello. Please image for details. Between the 769px and 812px breakpoints, things get out of sorts, Can you please tell me how to set the footer to break full width for all media queries under 812px? If you look at the footer at 767px, you’ll see the format i’m after.

    Thank you,
    Ryan

    #894137

    Hey accurIT,

    Best regards,
    Victoria

    #894146

    Thank you, but I want the footer to break at 812px, so I don’t have to be concerned with what you’ve pointed out. How can that be done please?

    #894196

    Hi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 767px) and (max-width: 812px) {
       .responsive #top #wrap_all #footer .container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left:0;
        padding-right:0;
        float:none;
      }
     .responsive #top #wrap_all #footer .flex_column  {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #894544

    Worked perfectly! Thank you.

    #894612

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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