Disable Mobile?

Discussion in 'Andrina WordPress Theme' started by dzabala, Jul 26, 2013.

  1. dzabala

    dzabala New Member

    Joined:
    Jul 13, 2013
    Messages:
    5
    Likes Received:
    0
    How can I disable mobile view?

    Also is there a way for the Top Menu font to be larger?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    We have sent the static theme through support mail.
    You can use this static theme of Andrina to remove
    the responsiveness in mobile view.

    Paste the code given below in Custom CSS (Appearance > Theme Option > Styling Option > Custom CSS)
    to increase the font-size of the Menu.

    Code:
    #menu li a {
    font-size: 24px;
    }
    Adjust the value of "font-size" as per your requirement.

    This will solve your issue.
     

Share This Page