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*

Remove responsiveness of the theme.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #80866

    Hi ahmed7adnan,

    Disabling the responsiveness of the Theme is pretty tough thing to do. This Theme is developed with ‘Bootstrap Framework’, the most popular framework and it handles even the layouts and columns responsiveness by its core and rest are done with the Theme code.
    Though you managed to disable the responsiveness and stuck on the mobile menu toggle then please share us your Site URL so that we can provide you the appropriate Custom code by checking the recent preview of your Site.

    Thanks

    #80870
    ahmed7adnan
    Participant
    #80997

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS.

    .navigation-bar-top {
    	display: none;
    }
    .navbar .navbar-collapse,
    .navbar .main-navigation .nav-menu {
    	display: block;
    }
    .main-navigation ul li a,
    .main-navigation ul li ul li a,
    .main-navigation ul li ul li ul li a,
    .main-navigation ul li ul li ul li ul li a,
    .main-navigation ul li ul li ul li ul li ul li a {
    	padding: 15px;	
    }
    .navigation-bar .container {
    	padding-left: 85px;
    }

    Thanks

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