Link to a page where the issue can be seen: hidden link (logged-in users only, need to have 2+ added bikes)
This is the CSS defining the position:
/* Size and center container div */
.slider-container {
position: relative;
max-width: 400px;
margin: 0 auto;
}
/* Position prev/next controls */
.wpv-filter-previous-link, .wpv-filter-next-link {
position: absolute;
top: 150px;
font-size: 400%;
}
.wpv-filter-previous-link {
left: -20px;
}
.wpv-filter-next-link {
right: -20px;
}
/* unset bottom margin of image when in slider */
.slides .featured-artists {
margin-bottom: 0;
}
I'm no programmer myself but tried all the basic possibilities to centre the dots (4-5 of them incl <center> tag, changing position between absolute and relative, working with the margins etc), none worked. Not sure what I did wrong, I think I followed the manual precisely.
Sure, it was already mentioned in the original request, but no worries, here it is again 🙂
hidden link (logged-in users only, need to have 2+ added bikes to see the issue first hand)
You should still have access to our admin profile from my previous ticket and I think there are 2 bikes added there, so you should be even able to see it directly.
Thank you very much for the edit. In this specific view, it looks great. Unfortunately, we are using the same control dots at more pages
(eg here: hidden link hidden link )
...and the problem is the same everywhere. May I ask what did the margin relate to? (Eventually, where can I edit it? - I might be able to find that myself, but I have no clue what it is tied to at the first place :))