Title: Forward/reverse arrows
Last modified: May 18, 2017

---

# Forward/reverse arrows

 *  [napleswebguy](https://wordpress.org/support/users/napleswebguy/)
 * (@napleswebguy)
 * [9 years ago](https://wordpress.org/support/topic/forwardreverse-arrows/)
 * Hi, anyway to fix the forward/reverse arrows so they dont run into the title/
   heading?
 * [http://prntscr.com/f96xfx](http://prntscr.com/f96xfx)
 * Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Author [acmemediakits](https://wordpress.org/support/users/acmemediakits/)
 * (@acmemediakits)
 * [9 years ago](https://wordpress.org/support/topic/forwardreverse-arrows/#post-9144857)
 * Hi!
    Thank you for using my plugin. I usually fix arrows via css.
 * Assign a class to your module (for instance ‘acme’) and then apply the following
   directives to you child css.
 * For horizontal spacing:
 *     ```
               .acme .et-pb-arrow-prev {
       		left: -15px;
       	}
   
       	.acme .et-pb-arrow-next {
       		right: -15px;
       	}
   
       	.acme .et_pb_fullwidth_portfolio:hover .et-pb-arrow-prev {
       		left: -15px !important;
       		opacity: 1;
       	}
   
       	.acme .et_pb_fullwidth_portfolio:hover .et-pb-arrow-next {
       		right: -15px !important;
       		opacity: 1;
       	}
       ```
   
 * For Vertical spacing:
 *     ```
       	.acme .et-pb-arrow-prev , .acme .et-pb-arrow-next {
       		top: 230px !important;
       	}
       ```
   
 * Of course, fill the value in px that suits your design needs
 * Hope this can be helpful.
 * Take care
    m

Viewing 1 replies (of 1 total)

The topic ‘Forward/reverse arrows’ is closed to new replies.

 * ![](https://ps.w.org/acme-divi-modules/assets/icon-256x256.jpg?rev=1543455)
 * [ACME Divi Modules](https://wordpress.org/plugins/acme-divi-modules/)
 * [Support Threads](https://wordpress.org/support/plugin/acme-divi-modules/)
 * [Active Topics](https://wordpress.org/support/plugin/acme-divi-modules/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acme-divi-modules/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acme-divi-modules/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [acmemediakits](https://wordpress.org/support/users/acmemediakits/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/forwardreverse-arrows/#post-9144857)
 * Status: not resolved