Tagged: footer
Hi Guys!
The word “Reconstructive” is cutting off in my Footer on different screen sizes.
Can you check and let me know how to fix?
Hey Courtney!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 1200px) {
#footer .av_one_fifth{
width: 29.333333333333332%;
}
#footer .av_one_fifth:nth-child(4) {
clear: left;
margin-left: 0;
}
}
Cheers!
Josue
Thanks Josue!
You are welcome, glad to help :)
Regards,
Josue