Home Forums WoodMart support forum padding top homepage

padding top homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #397605

    [email protected]
    Participant

    Hi, can you suggest a CSS in order to delete padding-top on homepage only for mobile?
    I’d use the following but how can I apply it only on homepage?
    Thanks


    @media
    only screen and (max-width:767px){
    .main-page-wrapper {
    padding-top: 0px!important;
    }
    }

    Attachments:
    You must be logged in to view attached files.
    #397609

    Luke Nielsen
    Keymaster

    Hello,

    The above code is wrong, you should reduce this space through the page builder, or rather by adding a negative margin to the first section.

    https://prnt.sc/AK9sWdqpY41b

    Thanks for your time and have a great day.

    Kind Regards

    #399277

    [email protected]
    Participant

    thanks

    #399287

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome!

    If there’s anything you need, please write me or another member of our help desk team.

    Wish you all the best.

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘padding top homepage’ is closed to new replies.