Footer Widget Alignment

Discussion in 'ColorWay WordPress Theme' started by claysyoung, Mar 3, 2014.

  1. claysyoung

    claysyoung Guest

    Joined:
    Sep 10, 2013
    Messages:
    16
    Likes Received:
    0
    I am having an issue with the footer alignment. Is there way to make them all aligned and uniformed??

    website is www.acadianalimestone.com

    Thanks
     

    Attached Files:

    • 11.JPG
      11.JPG
      File size:
      81 KB
      Views:
      4
  2. Nitesh

    Nitesh Support Staff

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

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

    Code:
     .footer-container .common.left {
        margin-left:0px!important;
        padding-right:0px!important;
    }
    .footer-container .common.right {
        margin-right:0px!important;
        padding-left:0px!important;
    }
    .footer-container .common.third {
        margin-left:0px!important;
    }
    .common {
    padding-left: 10px;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page