Footer(widgets)

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by maes39, Nov 6, 2013.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Hello,

    i'd liked the align the footer text en change the color of the text (i've tried several code from the forum but non of them works or i do something wrong)

    On my website i only use three footer widgets, is there an way to align the three widgets??

    My website is www.t-supporting.nl
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. For the alignment issue,
    You are putting the more text than its allocated space that's why it is came in to the next line.
    But you can use the small font for this text to make it in a single line.
    For this paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .footer_bottom .copyright {
    font-size: 11px;
    }
    This will solve your alignment issue.

    2. Go to the sidebar-footer.php file present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]

    Now,
    Your first , second and fourth footer widget area will work only.
     

Share This Page