This topic has 3 replies, 3 voices, and was last updated 7 years by gitanjali2016.

  • Author
  • #108878
     Mike
    Participant

    I’m trying to have only 3 columns in my footer, centered. I tried this method:

    https://archived.seventhqueen.com/forums/topic/footer-columns

    However, my site still has 4 columns.

    Help?

    Mike

    #108934
     rikbutterflyskull
    Participant

    Don’t use that method, it’s better not touch the core files.

    Try to put this in your Quick CSS:

    COPY CODE
    #footer-sidebar-4 {display: none!important;}
    #footer .col-sm-3 {width: 33%!important;}
    @media (min-width: 320px) and (max-width: 767px) {#footer .col-sm-3 {width: 100%!important;}}
    #108949
     Mike
    Participant

    rik,

    Worked great! Thanks so much!

    Mike

    #153282
     gitanjali2016
    Participant

    modified this to uses as single column with text in centre.

    Thanks

    /*custom for footer*/
    #footer-sidebar-2 {display: none!important;}
    #footer-sidebar-3 {display: none!important;}
    #footer-sidebar-4 {display: none!important;}

    #footer .col-sm-3 {width: 100%!important; text-align: center;}
    @media (min-width: 320px) and (max-width: 767px) {#footer .col-sm-3 {width: 100%!important;}}

    /*custom for footer*/

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?