Title: EVC Process vertical?
Last modified: October 20, 2019

---

# EVC Process vertical?

 *  [nketola](https://wordpress.org/support/users/nketola/)
 * (@nketola)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/evc-process-vertical/)
 * Hello-
 * I am wondering if there is code that will make the process vertical? I tried 
   to make the mobile CSS to snap any time below 4000 (opposed to 1336) but it did
   not stick.
 * Any help would be appreciated.
 * Thank you.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Nenad Obradovic](https://wordpress.org/support/users/nenad-obradovic/)
 * (@nenad-obradovic)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/evc-process-vertical/#post-12085584)
 * Hi nketola,
 * Try to use custom css code below for that case
 *     ```
       .evc-process .evc-p-mark-vertical {
           display: block !important;
       }
   
       .evc-process .evc-p-mark-horizontal {
           display: none !important;
       }
   
       .evc-process .evc-p-inner {
           position: relative;
           display: inline-block;
           width: 100%;
           vertical-align: top;
           padding: 0 0 0 76px;
           margin: 0;
           box-sizing: border-box;
       }
   
       .evc-process .evc-process-item {
           width: 100%!important;
           min-height: 76px;
           float: none;
           padding: 0;
           margin-top: 0;
           text-align: inherit;
       }
       ```
   
 * Best regards,
    Nenad

Viewing 1 replies (of 1 total)

The topic ‘EVC Process vertical?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/extensive-vc-addon_9b9998.svg)
 * [Extensive VC Addons for WPBakery page builder](https://wordpress.org/plugins/extensive-vc-addon/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/extensive-vc-addon/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/extensive-vc-addon/)
 * [Active Topics](https://wordpress.org/support/plugin/extensive-vc-addon/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/extensive-vc-addon/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/extensive-vc-addon/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Nenad Obradovic](https://wordpress.org/support/users/nenad-obradovic/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/evc-process-vertical/#post-12085584)
 * Status: not resolved