This topic has 1 reply, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #167131
     taahir.ejaz
    Participant

    hi, i want to have just only 2 columns in footer ,

    currently its 4 columns, and i want only just 2 columns in footer, how to remove extra 2 columns ?

    #167193
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme 🙂

    COPY CODE
    
    #footer .col-sm-3 {
        width: 50% !important;
    }
    #footer .col-sm-3:last-child {
        display: none !important;
    }
    #footer .col-sm-3:nth-child(3) {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

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

Log in with your credentials

Forgot your details?