Margins on content and Home Page

Discussion in 'Infoway WordPress Theme' started by hilary987, Aug 21, 2013.

  1. hilary987

    hilary987 New Member

    Joined:
    Jun 19, 2013
    Messages:
    12
    Likes Received:
    0
    Hi there!

    I have found that with the new effect I used in making the header transparent that it looks like content is getting cut off in the menu. See the Contact on the drop-down menu here http://50.87.146.63/~light789/ and the text on the main page seems to close to the edge of the content. Is there anyway to make the content part bigger or bring the content in away from the margins of the page?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. hilary987

    hilary987 New Member

    Joined:
    Jun 19, 2013
    Messages:
    12
    Likes Received:
    0
    I've redownloaded Infoway and nothing has changed? Where do I find the updated Infoway theme to download? I have downloaded Infoway Way v1.6.3 is there a newer version? Where exactly do I find it? I had replaced the older zip file I downloaded through FTP and no change has happened.
     
  4. 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:
    .feturebox {
    padding-left: 10px;
    }
    .addediv {
    padding-left: 10px;
    }
    
    This will solve your issue.
     

Share This Page