Home Forums ArileWP Pro Mobile Menu

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29011
    David
    Participant

    Any chance that we can make the Logo and the hamburger menu can be side by side on the arilewp pro theme?

    I don’t like how it appears at the moment

    #29013
    themearile
    Keymaster

    Hi David

    Thanks for contacting us.

    Please share your site URL so we can take a look and provide you with a good solution.

    Thanks

    #29058
    David
    Participant

    Here is the URL https://mutasya.co.ke/

    #29064
    themearile
    Keymaster

    Hi David

    Okay, Kindly add the below CSS in the Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.

    @media (max-width: 500px) {
    .navbar-brand, .sticky-navbar-brand {
    float: left !important;
    }
    .navbar-light .navbar-toggler {
    float: right !important;
    display: unset !important;
    margin-top: 0.238rem !important;
    }
    .navbar-brand img {
    max-width: 210px !important;
    }
    }

    Let us know if it works.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.