Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1085425

    Hi
    Add below code in /css/custom.css file

    @media only screen and (max-width: 480px){
    #mainnav .btn-navbar span { display: block!important; }}
    #mainnav .btn-navbar { height: 58px;}

    Save file, clear cache and check,

    Regards

    detlef79 Friend
    #1085479

    Hi
    There is not /css/custom.css file

    Pankaj Sharma Moderator
    #1085481

    Hi
    If there is no custom.css file, kindly create it
    Open templates/ja_simpli/css/custom.css file and add new the CSS style.

    Regards

    detlef79 Friend
    #1085489

    Ok good.
    Now it works but the menu label is under 3 lines and I like to see it on right.

    Pankaj Sharma Moderator
    #1085494

    Hi
    Kindly share the URL of page here on which you applied changes,So I will have a look on it.

    Regards

    detlef79 Friend
    #1085499
    Pankaj Sharma Moderator
    #1085523

    Hi
    Use this code

    @media only screen and (max-width: 480px){
    #mainnav .btn-navbar span {display: block!important;float: right;}}

    Regards

    detlef79 Friend
    #1085532

    Yes now it’s all right!
    Thanks a lot!

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  detlef79 6 years, 10 months ago.

The topic ‘Menu Label also on Mobile’ is closed to new replies.