center align footer elements

Discussion in 'BizWay WordPress Theme' started by deveshd, Sep 7, 2013.

Thread Status:
Not open for further replies.
  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Since I'm not using the social icons area on the footer bar, I need to centre align the other two elements. Please help. Thanks!
    url:davidinhaber.ca
    Screen shot 2013-09-07 at 3.41.48 PM.png
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer-wrapper .footer-top-inner2 {
    margin-left: 0px;
    width: 471px;
    text-align: center;
    }
    .footer-wrapper .footer-top-inner3 {
    margin-left: 85px;
    text-align: center;
    width: 471px;
    }
    You can adjust these values as per your requirement.
    This will solve your issue.
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Works. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page