Mobile Navigation at Larger Screensize

Discussion in 'ColorWay WordPress Theme' started by lcurty, Sep 11, 2015.

  1. lcurty

    lcurty New Member

    Joined:
    Apr 14, 2015
    Messages:
    5
    Likes Received:
    0
    I would like to make the mobile navigation menu appear at a larger screen size (for tablets - likely even in landscape mode.) Can you please provide the CSS code to make this adjustment? The site that I am developing for is www.pilotcarinsurance.org

    Thanks in advance.
    Linda
     
  2. kenty13

    kenty13 Member

    Joined:
    Jun 26, 2014
    Messages:
    59
    Likes Received:
    2
    Did you get a reply to this?
     
  3. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 1300px) and (min-width: 960px){
    #menu .ddsmoothmenu li {
        margin-left: -10px !important;
       }
    #menu .ddsmoothmenu li a {
        font-size: 15px !important;
    }
    }
    
    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page