Padding/ Aligning help needed

Discussion in 'Dzonia WordPress Theme' started by deveshd, May 22, 2013.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    I have 2 questions:

    1. How do I remove/ reduce the space in top between the white body of site and the background?

    2. How do I move the top navigation a few pixels down close to slider?

    URL:http://webworxworld.com/client-demo3/
    Screenshot:
    Screen shot 2013-05-22 at 1.06.16 AM.png
     
  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:
    .top_cornor {
    margin-top: 0;
    }
    .menu_wrapper {
    padding-top: 50px;
    }
    Adjust its value as per your requirements.
     

Share This Page