Organization Theme 5 footers using 3 but would like to increase width

  • Unknown's avatar

    We are using only 3 of 5 of the footers using the organization theme (Left, Mid and Right). We would like to be able to widen those 3 – Is there any way to disable the other 2 footers and widen the Left and Mid footer so that it is as wide as the Right Footer?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    Please, try adding the following CSS:

    #footer-widgets .columns:nth-child(2), #footer-widgets .columns:nth-child(4) {
        display:none!important
    }
    
    #footer-widgets .columns:nth-child(1), #footer-widgets .columns:nth-child(3) {
    width:30%!important
    }
  • The topic ‘Organization Theme 5 footers using 3 but would like to increase width’ is closed to new replies.