Margins

Discussion in 'Poloray WordPress Theme' started by drennoa, Sep 9, 2013.

  1. drennoa

    drennoa Member

    Joined:
    Jul 21, 2013
    Messages:
    33
    Likes Received:
    2
    Hello,

    I have a question regarding margins. How do we get a margin in this area and all the pages where needed?

    Black arrows: How can we adjust the margins so there will be a little space on each side on all the pages?

    Orange arrows: Where is the font controlled for this area? We are using Trajen pro.

    Blue arrow: Can the color be changed in this area?

    Thanks for the great customer service and knowledge.

    Capture Footer.PNG
     
  2. Gourav

    Gourav Support Staff

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

    1. For your first issue

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

    Code:
    .footer_widget.first {
    padding-left: 10px!important;
    }
    2.For your second issue

    Go to js > custom.js present in your theme directory and remove the code given below

    Code:
    //Cufon replacement
    Cufon.replace('h1',{hover: true})('h2',{hover: true})('h3',{hover: true})('h4',{hover: true})('h5',{hover: true})('h6',{hover: true})('.contentbtn')('.content_info')('.readmore',{hover: true})('.submit',{hover: true});
    
    Now,

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

    Code:
    .feature_inner_box a{
    font-family:symbol;
    }
    .readmore-btn a:{
    font-family:symbol;
    }
    Inplace of "symbol" put your font type.

    3.For your third issue

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

    Code:
    .footer_wrapper_top{
    background:red;
    }
     
  3. drennoa

    drennoa Member

    Joined:
    Jul 21, 2013
    Messages:
    33
    Likes Received:
    2
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
  5. drennoa

    drennoa Member

    Joined:
    Jul 21, 2013
    Messages:
    33
    Likes Received:
    2
    Hi Gourav,

    1. Green arrows - I was able to successfully adjust the margin in the footer. I would like to be able to straighten everything else up if possible, for example, centering these titles above each footer menu.

    2. The css code for changing the footer color did not seem to work. Please advise.
    .footer_wrapper_top{
    background:red;
    }


    3. Orange arrow - Do you see this very faint white line? Can we make this disappear?
    Footer.PNG


    4. I downloaded the CuteFTP program to access the .js file but I cannot log in. I am following the instructions exactly and have tried various log in configurations but none have worked. I feel that the problem may lie somewhere with the log in:
    Host: ftp.yourwebsitename.comUsername: [email protected]Password: yourpassword

    The CuteFTP is defaulted to port 21
    My website is www.cacitieslatinocaucus.org

    Thanks again!
     
  6. Gourav

    Gourav Support Staff

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

    1.For your first issue

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

    Code:
    .footer_wrapper_top .footer h4 {
    text-align: center;
    }
    .footer_wrapper_top .footer ul {
    text-align: center;
    }
    
    2.For your second issue

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

    Code:
    .footer {
    background: red;
    }
    3.For your third issue

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

    Code:
    .footer_top_linestrip {
    display: none;
    }
    
    4. For your fourth issue

    The process used above for the FTP is correct, Please contact to your service provider, They will helps you.
     

Share This Page