Want to move navigation titles to the right side

Hi,

I have default spotlight theme and want to move my navigation titles to the right side. Here is my site address https://ausfin-2.myshopify.com/

also I want to make the navigation text bold.

Hi @Abhishek_Singh ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

@media screen and (min-width: 990px) {
    .header--middle-left {
        grid-template-columns: auto 1fr auto !important;
    }
    .list-menu--inline {
        width: 100% !important;
        justify-content: end !important;
    }
    .list-menu__item {
        font-weight: bold;
    }
}

I hope it would help you
Best regards,

Richard | PageFly

Thanks @PageFly-Richard , It worked :grinning_face_with_smiling_eyes: .