Viewing 1 replies (of 1 total)
  • Vlad

    (@vladytimy)

    Hi, @akp22

    I see you’re using Elementor and it not clear to me if you want to achieve this with or without using Elementor. If you want to use it, I recommend asking at https://wordpress.org/support/plugin/elementor so the plugin’s developers and support community can help you with this.

    Otherwise, if you plan to stop using the builder, try adding this in Dashboard – Appereance – Customize – Additional CSS in the Customizer

    .header-nav {
        width:100%;
    }
    
    .navigation-top{
        float:right;
    }
    
    .site-header .header-main {
    background:#000000;
    }

    You can learn how to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

    Hope this helps,
    Kind regards!

Viewing 1 replies (of 1 total)

The topic ‘Right-align nav menu & opaque background’ is closed to new replies.