Customize Footer

Home Forums Gillion Theme Customize Footer

Home Forums Gillion Theme Customize Footer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • alohi
    Participant

    Hi there,

    I’m looking for a way to customize the footer and reduce the number of columns from 3 to 2.

    In other words, I need to divide the footer into 2 parts, instead of 3. For now, it has been divided into 3 parts, and even if I delete the 3rd footer widget, there won’t be any difference.

    Please check the attached to get more idea of what I’m looking for.

     

    Thanks in advance for your help.

    Attachments:
    You must be logged in to view attached files.

    Hi @alohi,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (min-width: 992px){
    .sh-footer-widgets .row > div.col-md-4.col-sm-6 {
        width: 50%;
    }
    }

     

    Best regards,
    Shufflehound team

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