Viewing 1 replies (of 1 total)
  • Plugin Author acmemediakits

    (@acmemediakits)

    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.