Footer widget width

Discussion in 'Andrina WordPress Theme' started by dienshones, May 18, 2013.

  1. dienshones

    dienshones New Member

    Joined:
    Nov 6, 2012
    Messages:
    29
    Likes Received:
    0
    Hi there,
    How do i adjust my footer widget to be centralized?
    Also, under widget 1: Industrial Batteries, i would like to change the text all into lime green text.
    How do i code that?
    My site: www.hisinternational.com.sg

    Thank you
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to the sidebar-footer.php file present in your Theme directory and Edit that file as shown in the image given below.
    [​IMG]

    Now,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .alpha .widget_inner p {
    color: #00cc00;
    }
    This will solve your issue.
     
  3. dienshones

    dienshones New Member

    Joined:
    Nov 6, 2012
    Messages:
    29
    Likes Received:
    0
    Hi there,
    thank you for your reply.
    Can i check if i would only want the text: Your Optimum Battery Solutions in green.
    The rest of the following text in white. Is it possible?
    Thanks!
     
  4. Gourav

    Gourav Support Staff

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

    Replace your current code with
    Code:
    <div class="test" style="color:green;">Your Optimum Battery Solutions</div>
    Now,

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

    Code:
    .alpha .widget_inner p {
    color: white;
    }
     
  5. dienshones

    dienshones New Member

    Joined:
    Nov 6, 2012
    Messages:
    29
    Likes Received:
    0
    Hi there,
    Thank you.
    My current site is : http://hisinternational.com.sg/
    After changing the above changes to the color i wanted, the alignment of the footer widsget runs. Its not all in one line anymore.
    Can assist me on this?
    Thank you
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    While editing footer code. You have missed </div>.
    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    I will check and resolve your issue
     
  7. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Issue resolved. Please check your site.
     

Share This Page