Home Forums ArileWP Pro How to change position of the Menu from Center to Right/Left in Mobile Phone.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #22385
    Do Zuisang
    Participant

    How do I change the menu position from displaying at the center to either right or left side of the screen when viewing on mobile phone (Vertical View)? Thanks for helping.
    Note: I am using ArileWP Pro.

    • This topic was modified 3 years, 10 months ago by Do Zuisang.
    #22403
    themearile
    Keymaster

    Hi Do Zuisang

    Thanks for contacting us.

    Please provide your site URL so we can investigate this issue and we can provide you a good solution.

    Have a good day.

    Thanks

    #22438
    Do Zuisang
    Participant

    Here is my URL..

    Home

    #22440
    Do Zuisang
    Participant

    Here is my Web URL

    https:/crosscentredchurch.org

    #22459
    themearile
    Keymaster

    Hi Do Zuisang

    If yes, so please add the CSS code below 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){
    	.row.align-self-center .align-self-center {
    		text-align: left;
    	}
    	.navbar-light .navbar-toggler {
    		float: right;
    		text-align: right;
    		display: block;
    		margin-top: 0.538rem;
    	}
    }

    Let us know if it works for you.

    Thanks

    #22480
    Do Zuisang
    Participant

    Thanks alot. It works perfectly well.

    #22497
    themearile
    Keymaster

    Dear Do Zuisang

    Glad to hear it. We hope you are enjoying the ArileWP theme.

    Please help us improve our customer satisfaction by writing a quick review https://wordpress.org/support/theme/arilewp/reviews/?filter=5. We would be extremely grateful.

    Please let me know if you need any further assistance..!

    Thank you for your time.

    Thanks,
    ThemeArile

    • This reply was modified 3 years, 10 months ago by themearile.
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.