Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #13300
    ashrafashraf
    Member

    Hi Sakin,
    Please, my nav. menu , it have two rows when i open it by Ipad.
    Can i add the following code :
    #branding ul.menu a { font-size: 15px; line-height: 3.2em; padding: 0 0.3em; }

    i want the font big not small and the same time the nav. menu consist of only one row.

    Best wishes

    #13304
    Sakin
    Keymaster

    @ashrafashraf: Yes you can add that css and adjust as per your need.

    #13307
    ashrafashraf
    Member

    Can do please check if my site Nav. menu have only one row on your iPad ?

    Best regards

    #13309
    Sakin
    Keymaster

    @ashrafashraf: You can just decrease the font and padding only for iPad view.

    #13311
    ashrafashraf
    Member

    How can i do that ? please

    #13320
    Sakin
    Keymaster

    @ashrafashraf: You can add the following CSS, that is particularly for the iPad.

    @media only screen and (device-width: 768px) {
      /* For general iPad layouts */
      #branding ul.menu a { font-size: 12px; line-height: 3.2em; padding: 0 0.3em; }
    }
    #13326
    ashrafashraf
    Member

    Thank you so much Sakin,
    When i will this code , my blog will not be effected when i open it on computer.

    Best wishes

    #13336
    Sakin
    Keymaster

    @ashrafashraf: That will be only for iPad.

    #13355
    ashrafashraf
    Member

    Thank you so much.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Menu nav’ is closed to new replies.