Move link to the right

Topic summary

A user wants to reposition slider links to align with section titles on both mobile and desktop views for their Shopify store (vazluxe.com). The request includes moving navigation elements to the right side of the page.

Current Status:

  • Two community members offered assistance
  • One provided CSS code using flexbox (display: flex, justify-content: space-between, align-items: right)
  • The original poster tested the suggested CSS but reports it doesn’t work

Outstanding Issues:

  • The proposed solution was ineffective
  • User requested visual proof (screenshot) of the implementation
  • Discussion remains unresolved with no working solution yet provided

Images were shared showing the current layout and desired positioning, which are central to understanding the specific alignment issue.

Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.

Hi,

I want to move the slider links to the right on mobile and desktop in line with the section title. My site is https://vazluxe.com

2 Likes

Hello, I have checked out your store
I can help move the slider link as you have requested. How do you want me to help?

1 Like

Hello @Luxurymrkt
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

1 Like

send the code here so the community can benefit thanks

1 Like
1 Like

.section-title {
display: flex;
justify-content: space-between;
align-items: right;
}

1 Like

? doesn’t do anything. Please show image of your solution being implemented.

1 Like