Footer Widget Width

Discussion in 'Infoway WordPress Theme' started by infolosophy, Apr 19, 2014.

  1. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    How do I change footer column width? Can it be done individually or does it have to be all or none?

    Thanks.
     
  2. Gourav

    Gourav Support Staff

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

    Go to sidebar-footer.php present in your theme directory and change grid value from there.
    Total size of frame work is 24 grid column.
    You can adjust the value of current column width between 24 i.e. total of the all four column value is equal to 24.

    Check image for reference

    2014-04-19_1138.png
    2014-04-19_1138_001.png



    Thanks & Regards
    Gourav Shrivastava
     
  3. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    As always, many thanks!
     
  4. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    As a quick follow up...How can I center the column titles on the footer widgets...I've tried several things and can't get anything to work...
     
  5. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer .footer_widget h4 {
    text-align: center;
    } 
    This will solve your issue.
     

Share This Page