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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #80846
    ahmed7adnan
    Participant

    Hi there, I am using free version of newscard theme. I would like to remove the responsiveness of the theme to make view the website on all devices same as desktop view. I have removed viewport meta tag from header.php and all media queries from css file. With the mentioned edits being made, the website is looking all good to me on mobile devices except one thing. It still shows the main manu as a mobile manu with a toggle. I would really appreciate if you could guide me on how i could make the main looks on mobile devices same as on desktops.
    Thank You.

    #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.