Tagged: arrows, CSS, post slider
For some odd reason the post slider arrows are at the top of the element. I even put a top: 50% important to see if that would change anything and it did nothing. its only when you click on the arrow would the arrow slide into the proper position, but thats not what it should do. Any thoughts? here is the link to the page: https://convictlake.com/lodging-2/
Hey Jason,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
login provided below
Hi jgax87,
You have the header.php in your child theme, did you update it with a fresh copy?
Best regards,
Victoria
I just did and nothing changed
Hi jgax87,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Best regards,
Victoria
does not solve anything
Hi,
Sorry for the late reply and thanks for the login, I removed your css (top: 50%) and then compared your post slider to my localhost and everything seemed the same excerpt mine didn’t have the error, I then checked all of your custom css and found two errors that I corrected having to do with (top cal()) but it didn’t solve, but after some stabbing around I found adding this css to your child theme stylesheet solved:
.avia-content-slider, .avia-content-slider-inner {
position: initial !important;
}
please clear your browser cache and check.
Best regards,
Mike
woo just checked it out!!! it all works! thanks team!