Change footer areas from 4 to 3

Discussion in 'BizWay WordPress Theme' started by erinbro, Nov 6, 2013.

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

    erinbro Member

    Joined:
    Dec 28, 2011
    Messages:
    52
    Likes Received:
    1
    Hi

    In BizWay theme how do I change it so that I only have 3 footer areas instead of 4 (ie first, second, third and fourth footer widget areas)?

    I would also like the remaining three footers to be of equal size.

    Many thanks.

    Erin
     
  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 follow the instruction as shown in image given below

    2013-11-07_1348.png


    This will solve your issue.
     
  3. erinbro

    erinbro Member

    Joined:
    Dec 28, 2011
    Messages:
    52
    Likes Received:
    1
    Hi Gourav

    That worked fine, thank you. However, there is very little room between the columns, which makes it look a bit confusing.

    Could you please advise how I can get a bigger gap between the columns in the footer widgets?

    Thank you.
     
  4. Gourav

    Gourav Support Staff

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

    Hello,

    Do let us know your website link.
     
  5. erinbro

    erinbro Member

    Joined:
    Dec 28, 2011
    Messages:
    52
    Likes Received:
    1
  6. Gourav

    Gourav Support Staff

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

    Hello,

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

    Code:
    .footer_widget {
    margin-right: 5px!important;
    margin-left: 5px;
    }
    Adjust its value as per your requirements.
     
  7. erinbro

    erinbro Member

    Joined:
    Dec 28, 2011
    Messages:
    52
    Likes Received:
    1
    Worked perfectly. Thank you Gourav.
     
Thread Status:
Not open for further replies.

Share This Page