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
Hey accurIT,
Best regards,
Victoria
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?
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
Worked perfectly! Thank you.