Can you please tell me how to remove the fourth widget from the footer? I tried the code above and added some CSS but it’s not looking that good. Please Look at my site
https://lifemag.in and give me a code that will work and make footer have only three widgets. Also, the Second widget should have big size for it to show the recent posts with images properly.
.footer {
font-size: 120%
!important;}
ul {
font-size: 17px;
}
@media screen and (min-width: 769px) {
.tg-footer-main-widget {
width: 20%;
}
.tg-second-footer-widget {
width: 60%;
position:absolute; left:250px;
}
}
This is what I have tried