Remove Gap on Home Page

Discussion in 'Cloriato WordPress Theme' started by huntercs, Jan 2, 2014.

  1. huntercs

    huntercs Member

    Joined:
    Jan 27, 2013
    Messages:
    42
    Likes Received:
    0
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu .ddsmoothmenu {
    margin-top: 0px;
    } 
    You can adjust the value of "margin-top" as per your requirement.
    This will solve your issue.
     

Share This Page