How can I move the 'Care' menu to the right side on mobile version?

Hello,

I need help with moving the “Care” menu to the right side - opposite with “Get Started” menu on the Mobile version.

Here is my website link: https://wowberrybites.myshopify.com/

Thanks!

Hello @winnado11

To move the menu, add this code to your theme.css file.
Navigate to online store >> Click edit theme code.
Now find theme.css and paste the following code.

@media (max-width:700px){
.footer__content--one-third {
        grid-template-columns: 1fr 1fr !important;
        grid-column-gap: 3rem !important;}
}

After adding the CSS you will see the changes

I hope it will be helpful for you.

Thanks

Did it solve your issue?

- If yes, Like & Mark As Solution to help the community

- If not, let me know. also share a screenshot of the code that you added.

1 Like

@eFoli-Marvic Thanks so much for the code. It works. But I have another problem. Can you help me move the “Join conversation…” menu to the center?. It is currently on the left side of the page.

Thanks again for your time