Colorway Theme Footer Text

Discussion in 'ColorWay WordPress Theme' started by s2rsolutions, Nov 28, 2012.

  1. s2rsolutions

    s2rsolutions Guest

    Joined:
    Mar 9, 2012
    Messages:
    4
    Likes Received:
    0
    I need to widen the footer on the right side so I can fit more text. When I try to add more text it goes to two lines and the bottom line of text is invisible. The footer text I refer to is in the Theme Options -> Footer Text. I just need to widen that area.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer-navi .navigation .right-navi {
    margin-right: 0px;
    width: 680px;
    }
     
  3. s2rsolutions

    s2rsolutions Guest

    Joined:
    Mar 9, 2012
    Messages:
    4
    Likes Received:
    0
  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:
    .footer-navi .navigation .right-navi {
    color: white;
    margin-right: 0px;
    width: 520px;
    }
     
  5. s2rsolutions

    s2rsolutions Guest

    Joined:
    Mar 9, 2012
    Messages:
    4
    Likes Received:
    0
    OK - almost there but it doesn't look to good. Can I get that whole area centered and over to the left more?
     
  6. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    The footer area is divided into two sections, if you write more text in the right side then it will come in second line, you have already wrote much text so it would not come in single line, either you have to write the text in two line or you have to edit the text which comes in single line.
     
  7. s2rsolutions

    s2rsolutions Guest

    Joined:
    Mar 9, 2012
    Messages:
    4
    Likes Received:
    0
    How about if I just want to make the font a lot smaller on one of the lines - the big one that is causing the second line. Just the css code please. I can then refer to that on my html in the footer.
     
  8. 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:
    .footer-navi .navigation ul {
    font-size: 12px;
    }
     

Share This Page