Site logo

Archived topic

Slider Theme - Mobile Menu Alignment

3 replies · Started by Adam on January 11, 2022

Viewing posts 1–4 of 4

I want to set the mobile menu to be right justified, i've managed to make the desktop menu left justified already.

Here's the site - https://bit.ly/3zOqN8T

Hi there,

try adding this CSS:

@media (max-width: 768px) {
    .main-navigation .main-nav ul li a {
        text-align: right;
    }
}

Perfect, thanks as always 👍

Glad to be of help!

This archived topic is closed to new replies.