Okay
  Public Ticket #1184504
change alignment in 1-column footer
Closed

Comments

  • David started the conversation

    Hi - Love the theme... I can't find out if this question is answered yet: how can I change the vertical alignment of the the single-column footer? It appears to center footer items, I'd like to left-align them. 

    Thanks!

  •  8,470
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   David replied privately
  •  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_6.col_last {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • David replied

    Thank you - this was helpful. However, I wanted to apply it to the 1-column footer option (I think I had the 2-column design activated in the link i sent you). I've added "text-align: left !important" to the footer-outer div, it seems to work.