Home › Forums › Support › Image navigation align This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by Fernando. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 6, 2023 at 8:28 pm #2558173 Jusung Hello! When you see this page, you can see the product image. under the image, I have made dot as a post navigation. I want to align it to center and I want to include it inside image .flex-control-nav { position: absolute; bottom: -45px; list-style: none; display: block; padding: 0; margin: 0; width: 100%; } When I change the bottom in CSS, the navigation can get inside the image, but I can’t make it centered. Could you help with this? March 6, 2023 at 8:45 pm #2558182 Fernando Customer Support Hi Jusung, Try this CSS instead: .flex-control-nav { position: absolute; bottom: 20px; left: 50%; transform:translateX(-50%); list-style: none; display: block; padding: 0; margin: 0; width: fit-content; } March 6, 2023 at 9:13 pm #2558190 Jusung Thank you!! It is working perfectly! March 6, 2023 at 10:07 pm #2558227 Fernando Customer Support You’re welcome, Jusung! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In