Page view in IE

Discussion in 'Dzonia WordPress Theme' started by chunkysoup56, Jul 31, 2013.

  1. chunkysoup56

    chunkysoup56 New Member

    Joined:
    Sep 17, 2012
    Messages:
    7
    Likes Received:
    0
    Hello,

    I just noticed that my website (www.supercitycrossfit.com) looks different when viewed from Firefox/Chrome vs. IE. When viewing the page menus from Firefox or Chrome, the titles all fit nicely in one row. In IE, it breaks the last page (contact) onto a second line....

    Any suggestions?

    Thanks in advance, Patrick.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu li a{
    padding-right:8px;
    padding-left:8px;
    }
     

Share This Page