Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 1000px) and (min-width: 690px) {
#footer-widgets .container .col {
margin-left: 15px;
width: 32%;
}
}
My 3 column footer does fit correctly on an iPad held in portrait mode.
The first two columns fit side by side but the third appears below. How can I solve this please?
Best regards
Stuat
Hey M,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Works. Thank you.