Viewing 1 replies (of 1 total)
  • Hello,

    Try to use the below code –

    @media only screen and (max-width: 520px) {
    div#site-header-inner {
        flex-direction: row-reverse;
    }
    body.default-breakpoint #site-header.vertical-header #site-header-inner #site-logo {
        text-align: right;
    }
    body.default-breakpoint #site-header.vertical-header #site-header-inner .oceanwp-mobile-menu-icon {
        text-align: left;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘move mobile menu button and text to left’ is closed to new replies.