I have adjusted the top margin to reposition some widgets that are being covered by another visual element. When viewing on a mobile device, these widgets shift to the bottom of the page rather than appearing in the sidebars.
How can I eliminate the extra top margin CSS that I added to move the widgets down?
.widget_peepsowidgetlatestmembers {
margin-top: 300px;
}
While this adjustment moves them down, I want to remove it for tablet and mobile screens to optimize space usage. Thank you!