Unwanted Space Now on Homepage-Desktop Only

Home Support Business Point Plus Unwanted Space Now on Homepage-Desktop Only

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8089
    Kartikey Gupta
    Participant

    Website: http://www.allagrawal.org/wp/

    The issue is that I am having unwanted space between First and Second Widget on Homepage- on Desktop only.

    Please revert back with a possible solution.

    For Mobile version you provided with the below solution:
    @media screen and (max-width: 1240px){

    #home-page-widget-area .widget {
    margin: 0;
    padding: 50px 0;
    }
    }

    #8090
    ProDesigns
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.