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 #1958795
About .vc_separator
Closed

Comments

  • Laura started the conversation

    Hi!! How could I make this separator line appears on mobile phone screen?


    Thanks a lot!!


  •  7,095
    Oliver replied

    HI!

    pls. use following css:

    @media (max-width: 500px) {
    body .vc_sep_holder {
        display: inline-block;
        text-align: center;
    }
    }

     

    6707465710.png

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

    Regards, Oliver

  • Laura replied

    Thanks!! :)

  •  7,095
    Oliver replied

    Welcome!

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

    Regards, Oliver