Okay
  Public Ticket #1443326
Header and Footer padding
Closed

Comments

  • brewerben started the conversation

    How do I adjust the left and right padding of the header and footer. Content in the header and footer go almost all the way to the edges of the screen. Thanks

  •  8,470
    Tahir replied

    Hey Again,

    Try Adjusting the Header and Footer Options in the Salient theme Options Panel . See screenshot : http://prntscr.com/i4vn7k . 

    Be.st


    ThemeNectar Support Team 

  • brewerben replied

    Ok that works. Is there a way to customize the padding in the footer. Right now I only have two widgets and they feel really far apart.

    Also, is there a way to center the copyright info and make it only one line?

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #footer-outer .col.span_5 {
        width: 100% !important;
        text-align: center;
        font-size: 15px !important;
    }
    #footer-outer .row {
        padding-top: 15px !important;
        padding-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team