Please go Customizing-> Additional CSS and write the css code then your footer widget will be fixed.
Please see screenshot http://prntscr.com/pi825m
The css code is
/*Start css*/
@media (min-width:769px) {
.baby-container.widget-footer {
column-count: 3;
column-gap: 1em;
padding:50px 0
}
section.footer-widget{
background-color: #eee;
display: inline-block;
margin: 0 0 1em;
width: 100%;
}
}
/*End css*/
Please see your site footer widget after apply the css code.
Footer Widget view screenshot http://prntscr.com/pi82i8
Dear Noor Alam,
thank you for your fast reply.
I did as you wrote, but now the Widgets are in a long first row before they start the second row. The third one is empty.