Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1408951
Line not working on mobile
Closed

Comments

  • typostrate started the conversation

    Hi 

    I made a custom Footer on my site. But unfortunately the line is not working on mobile
    devices. I want to know why. Can you help me please?


    Best

    Chris

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    @media (max-width: 1199px) {
    body .wpb_row {
        margin-top: 0;
    }
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • typostrate replied

    Cool updated it to min width than worked. Thank you!