Slider button position problem

Hello, webflow experts!

It may seem simple, but a difficult problem has arisen.

I want to make sure that the button position of the Hero Section slider in Home sticks to the right side of the container, but it’s not possible.

How can I do that? Thank you in advance for your response.

  1. Flexbox Method:
    • Select your Slider Wrapper or the container holding the navigation buttons.

    • Set its Display to Flex.

    • Use Justify: Space-between or Justify: Flex-end depending on whether you only want the button on the right.

    • This ensures the button will always hug the right side.

  2. Absolute Positioning:
    • Select the button element.

    • Change its Position to Absolute.

    • Set the Parent Container to Relative.

    • Anchor it to the Right (set right: 0px).

    • This locks it to the right edge of the container.

  3. Grid Layout (If you’re using multiple elements):
    • Place the button inside a grid column dedicated to the right side.

    • Align it to the end of the grid cell.

if this somehow helped you, you can mail me at munafkhan974@gmail.com

for more it services and web development services.