Okay
  Public Ticket #315105
Change footer padding/height
Closed

Comments

  • Daniel started the conversation

    How can I change footer padding? It's too large for me :(

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body #footer-outer #footer-widgets .col ul li {
    	padding: 4px 0px;
    }
    
    
    body #footer-outer #footer-widgets .col p {
    	padding-bottom: 10px;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Daniel replied

    Thair, didn't change anything :(

  •  8,839
    Tahir replied

    Can i see the page url ? .

     Thanks 


    ThemeNectar Support Team 

  • Daniel replied

    No. It is local host :(

  •  8,839
    Tahir replied

    Hey!

    Try this then: 

    body #footer-outer #footer-widgets .col ul li {
    	padding: 4px 0px !important;
    }
    
    
    body #footer-outer #footer-widgets .col p {
    	padding-bottom: 10px !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  • Daniel replied

    Didn't work :(

  •  8,839


    ThemeNectar Support Team 

  • Daniel replied

    Yeah I'm tying this. I've testing changes. So I change style.css and re upload to server. But does't happens nothing!

  •  8,839
    Tahir replied

    Hey!

    Try adding a !important to the css styles alos try placing them in the Custom Css box in General Theme Settins Tab rather then style.css . 

    Thanks 


    ThemeNectar Support Team 

  •  1
    Gavin replied

    Hi I'm interested in doing this also, and these bits of CSS are not working for me either. Is there a more updated css I can input to make the footer shorter? Or a different resource link for this?

    the website I'm working on is thelaststraw.org

    Thanks!

  •  8,839
    Tahir replied

    @Gavin,

    IĀ see you switched to the "No Footer" Template, please provide a normal page link with the Footer active so we can check why the CSS is not working.

    ThanksĀ 


    ThemeNectar Support Team