Tagged: Responsive Design
I’m using a child theme with Enfold parent
After I updated Enfold to the latest version our 4 column footer isn’t resizing as responsively as the previous version. Any solutions?
Bigger screen:
Smaller screen:
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 520px) and (max-width: 989px) {
#footer .flex_column{
width: 50% !important;
margin: 0 !important;
}
}
Cheers!
Josue
Thank you Josue, that fixed it!
WP Admin: Enfold > Styling > Footer tab: Quick CSS
@media only screen and (min-width: 520px) and (max-width: 989px) {
#footer .flex_column{
width: 50% !important;
margin: 0 !important;
}
}
Click “Save all changes” button
Fixed:
Smiles,
Jagrav
You are welcome, glad we could help :)
Regards,
Josue