Web Site Help

Discussion in 'Dzonia WordPress Theme' started by oppy10512, Feb 11, 2013.

  1. oppy10512

    oppy10512 New Member

    Joined:
    Apr 1, 2012
    Messages:
    10
    Likes Received:
    0
    My web site is at http:// 72.89.77.15
    1. I would like to bring the logo up to the top more so it is better aliened with the drop down menu.

    2. I edited the front-page.php file and cannot seem to figure out how to remove the horizontal line on the front page and bring the widget space up.

    3. On certain pages, the menu bar does not work right.

    4. How do I get rid of the space on the top and bottom of all pages
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    * For your first, second and forth issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .header .logo img {
    margin-top: -20px;
    }
    .footer_wrapper .footer_line {
    display: none;
    }
    hr {
    border: none;
    }
    .content_wrapper .fullwidth {
    padding-bottom: 0px;
    margin-bottom:-10px;
    }
    .content_wrapper {
    padding-top: 0px;
    }
    
    * We are not getting your third issue, Please explain your issue little more.
     
  3. oppy10512

    oppy10512 New Member

    Joined:
    Apr 1, 2012
    Messages:
    10
    Likes Received:
    0

    Ok click on the your business page then go back to the drop down menue under Your Business it is not working right.
     

Share This Page