badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

How to change the reduced Responsive Menu to the complete Menu?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6397
    Rupprecht
    Member

    Good Morning,

    I’ve some cuestión about the Main-Menu behaviour in Responsive-Mode smaller than 768px:

    How can I disable the specific reduced Responsive Smart-Menu and use the same complete Menu like it’s appearing in display sizes above 768 instead of this?

    Thanks for your response and greetings from Germany

    Rupprecht

    #6444
    Sanjip Shah
    Participant

    @Rupprecht You can try using the custom css for this. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

    @media only screen and (max-width: 767px) {
            #access { 
    		height: auto;
    	}
    	#access ul { 
    		display: block;
    	}
           #access select { 
    	 	display: none;
            }
    }

    Hope this helps.

    #6454
    Rupprecht
    Member

    Thank you very much! That’s exactly works fine for me! Here can you take a look:
    http://www.weerth.de
    Best regards
    Rupprecht

    #6518
    Sanjip Shah
    Participant

    @Rupprecht Okay. That’s great.

    #6519
    Sanjip Shah
    Participant

    @Rupprecht Okay. That’s great.

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