• I would like to adjust the navigation menu and sign up button (which I use it for hotline) move to the right. I tried to amend in css (.hgroup-wrap .container .signup-button .box-button) but couldn’t make it. Please assist.

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author theme404

    (@theme404)

    Hello @faithht
    We have reviewed your concern. If you are good to customize CSS, you can try the following code. But if you are not familiar with CSS, then contact us at [email protected].

    .main-navigation {
        width: 100%;
    }
    .menu-container {
        width: 84%;
        width: calc(100% - 160px);
        text-align: left;
        padding-right: 5px;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘header width fit to content width’ is closed to new replies.