Okay
  Public Ticket #1247427
Remove Padding of row on mobile
Closed

Comments

  •  1
    MeosMedien started the conversation

    Hey guys, is it possible to remove the padding top / bottom on mobile only?
    Best Max

  • [deleted] replied

    Hi Meos,

    Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.

    P.S: I think that we already talked for this on your previous ticket https://laborator.ticksy.com/ticket/1246042...or maybe this is a different request?

  •  1
    MeosMedien replied

    Hi Ylli, yeah i mentioned it in the other post about the mobile menu but i wanted to open a new ticket for the padding question. I want to lower the padding top after the slider one mobile only.
    Best Max

  • [deleted] replied

    Hi Max,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though

    Can you please add the code below to your Custom CSS area:

    @media screen and (max-width: 768px) {
        header.main-header {
            padding-top: 25px !important;
            padding-bottom: 25px !important;
        }
    }
    

    Have a great weekend!