need only 3 footer widgets

Discussion in 'Dzonia WordPress Theme' started by deveshd, Sep 19, 2013.

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

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Hi: I only need 3 footer widgets, so how do I hide one of the footer widgets and also after hiding one, how do I center align the rest 3 footer widgets?
    URL:http://webworxworld.com/client-demo2/
    Screen shot 2013-09-19 at 3.44.36 PM.png
     
  2. Piyush

    Piyush Support Staff

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


    1. Go to the sidebar-footer.php file present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]

    and then

    [​IMG]



    2. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .widget_inner {
    text-align: center;
    }
    .widget_inner ul {
    text-align: justify;
    margin-left: 40px;
    }
    You can adjust the value of "margin-left" as per your requirement.
    This will center align the rest 3 footer widgets.
     
  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