Support » Theme: Astrid » Footer

  • I want to remove footer-3 in order to use just 2 footers for my website.

    How to remove footer-3 from my website, please.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    To achieve it, add the below CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .footer-widgets .col-md-4:nth-of-type(3) {
      display: none;
    }
    
    @media only screen and (min-width: 992px) {
      .footer-widgets .col-md-4 {
        width: 50%;
      }
    }
    

    Regards,
    Kharis

    Thread Starter rosudel

    (@rosudel)

    thnks a lot

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer’ is closed to new replies.