Support » Theme: Wallstreet » About Menu CSS @media 768px

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    For your first snapshot issue kindly use below code in custom css Filed (Theme Dashboard >> appearance >> customize >> header setting >> custom css Filed )

    @media (min-width: 768px)
    {
    .container > .navbar-header {
        margin-right: 30px !important;
        margin-top: 25px !important;
    }
    }

    For navigation menu toggle button issue kindly use below code in custom css Filed (Theme Dashboard >> appearance >> customize >> header setting >> custom css Filed )

    .navbar-inverse .navbar-toggle
    {
    margin-top:30px !important;
    }

    Then save and check your website.

    Any confusion let me know

    Thanks.

    Thread Starter johnnar

    (@johnnar)

    Hi Imran,

    I’m really thank you, bcs it worked :D.

    I have other question, if i want to see the menu button in the media 768px as well is the media 200-480px, How can i do it?

    Theme Author webriti

    (@priyanshumittal)

    Hi

    On showing menus in small screen will create lots of styling issues.
    So you have to manage it by your own. Sorry for the inconvenience.
    If you like this theme than do share your feedback here at
    https://wordpress.org/support/view/theme-reviews/wallstreet#postform

    Thanks
    Priyanshu

    Closing this ticket. Any ways thanks for mentioning this, will fix it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘About Menu CSS @media 768px’ is closed to new replies.