Place mobile menu on the right

I need to align the menu box on the right and I edited the CSS and it doesn’t seem to be working (still centered)
How can I have it on the right?
This is my test website http://ibz.eoi.mybluehost.me/new/

Hello Elena,

Thanks for writing in!

Did you added this custom CSS code?

@media (max-width:979px){
    .masthead-stacked .x-navbar{
        text-align:right !important;
    }    
}

Please make sure that your other custom CSS is valid and correct. It has been in conflict with the latest code which is why it is not working. To better assist you with your issue, kindly provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role

To know how to create a secure note, please check this out: How The Forum Works

Best Regards.

Thank you, this helped!

Hi Elena,

You’re welcome and it’s our pleasure to help you. If you have any other concerns, feel free to reach us.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.