Hi @Kartikey,
The CSS rules provided for mobile will work for desktop too, just kindly place the code above @media screen and (max-width: 1240px). Placing the rule outside the @media screen{ } will be set as default and will work for desktop.
This wouldn’t cause any change to the site’s mobile screen display.
Please use the below code, the only change here is the padding size in pixels. Please feel free to change as per your aesthetics needs.
#home-page-widget-area .widget {
margin: 0;
padding: 20px 0;
}
We hope this solved your query.
Thank you
Regards,
Support Team
Promenade Themes