Okay
  Public Ticket #899058
Center Footer Text and Widgets
Closed

Comments

  • Claire started the conversation

    Hi

    I would like to center align the text in the footer widgets.

    Please help.

    Thanks.

  •  8,996
    Tahir replied
    Hey Claire, Please provide the page url so that i can write up the custom css for whats possible. Thanks


    ThemeNectar Support Team 

  •   Claire replied privately
  •  8,996
    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 div#copyright .col.span_5 {
        left: 50%;
    }
    
    #footer-outer .div#copyright col.span_7 {
        float: right;
    }
    
    #footer-outer div#copyright .col {
        width: auto !important;
    }
    
    #footer-outer #copyright p {
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    Thanks


    ThemeNectar Support Team 

  • Claire replied

    Thank you!