0
Fixed

Arrows not aligned

Maddie 3 years ago updated by Josh 3 years ago 11

Image 247

Is there a way to center the arrows for clicking between slides or at least have them line up better?

Under review

Looks like your theme CSS might be interfering with the arrows. Can you post a link to the site? I'll send you some CSS to use to fix it.

Okay thank you! The site is Tuck-ins.com

I'm not seeing the reviews on the site. Can you send me a direct url to them?

Add this CSS code to the custom CSS code for the review template in the app.

.wprs_unslider-arrow {
position: absolute !important;
}

I added this but it did not work

I see the code but it looks like the !important tag is not added. Make sure to copy/past just like this...

.wprs_unslider-arrow {
position: absolute !important;
}

I added the space above the code if that's what you mean, but that was the only difference and it still does not look different. 

You are missing the underlined portion in this screenshot...

That worked thank you! Not sure why that wasn't copying over before