Adjusting the footer area size

Discussion in 'Cloriato WordPress Theme' started by pangeaseed, Jan 9, 2013.

  1. pangeaseed

    pangeaseed Member

    Joined:
    Oct 1, 2012
    Messages:
    30
    Likes Received:
    0
    Hello -

    Accidentally my footer content area became smaller and is not the same size as the rest of the body anymore. (see image)
    How can I fix this?

    Thanks!
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please share the link of your website, so that we can give you the exact solution.
     
  3. pangeaseed

    pangeaseed Member

    Joined:
    Oct 1, 2012
    Messages:
    30
    Likes Received:
    0
    pangeaseed.org

    Also, some header fonts are the wrong typeface and I can't make it change to Helvetica.
    I would like ALL fonts on my site to be Helvetica. Could you supply me the CSS code to fix this?

    Thanks so much.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .body-content {
    width: 988px;
    }
    h1,h2,h3,h4,h5,h6,a,p{
    font-family:Helvetica!important;
    
     

Share This Page