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 #1892415
remove menu section in footer
Closed

Comments

  • Muhamad started the conversation

    hi 

    how can i remove the menu and keep the copy right with one line

    admin access:

      link: https://totol.co/wp-admin

    user name : totol 

    Pass : Totol@2018


  •  7,095
    Oliver replied

    HI!

    pls. use following css:

    @media (min-width: 992px) {
    #footer-nav .col-md-pull-9 { 
        right: 25%;
        width: 50%;
    }
    }
    #footer-nav .col-md-6 {
        display: none;
    }

     

    6707465710.png

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

    Regards, Oliver