Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1621451
Footer Section
Closed

Comments

  • anantn7 started the conversation

    I want the five column in the footer section by default it show only the four column. How we can add five or more columns in the footer section 

  •  7,095
    Oliver replied

    HI!

    pls. use following css:

    @media (min-width: 992px) {
    #colophon .col-md-3 {
        width: 20%;
    }
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • anantn7 replied

    Thank You Its working.

  •  7,095
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver