one column in footer

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5296
    ranran13
    Member

    I would like to have only one column widget area in the footer, i read in support that some of the other theme have the option to set the number of column to 1 from the theme option.
    but not in the Extinct – the min is 2 column .
    how can i do it also in Extinct

    p.s im working locally … no url.. sorry
    thanks R

    #5319
    Ernesto
    Member

    Hi,
    Go to the Custom CSS Section in your Theme Options Panel and enter the following codes

    #sidebar-footer1, #sidebar-footer2, #sidebar-footer3 {
    display: none; 
    }
    
    #sidebar-footer4 {
    width: 1000px;
    }

    Only the fourth widget of your footer will be displaying now, and you´l need to adjust the pixels to your taste.

    #5324
    ranran13
    Member

    it worked perfectly. thnxx
    i also wanted to ask if there is a way to disable the footer widgets on a specific page ?

    R

    #5327
    Ernesto
    Member

    Hi,
    Go to the Custom CSS Section in your Theme Options Panel and enter the following codes

    .page-id-3360 #footer {display: none;}

    And replace .page-id-3360 with the proper page id.

    Let me know if this worked for you,
    Cheers

    #5330
    ranran13
    Member

    its working !! thanks again !
    really appreciate the awesome support

    R

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘one column in footer’ is closed to new replies.