Okay
  Public Ticket #256173
Footer
Closed

Comments

  • Buildarchviz started the conversation

    Hi.

    I want to use the 4th footer area to add some additional links. footer 1-3 are empty. But when I add the content to the 4th footer area it is displayed on the left side of the footer instead of the right side where the 4th footer area is actually located.

    Tim

  • Buildarchviz replied

    and how can i adjust the height of the footer area? 

    Thank you!

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :

    #footer-widgets .col.span_3.one-fourths.right-edge.col_last {
        float: right;
    }
    
    
    #footer-outer .row {
        padding: 10px 0px !important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Buildarchviz replied

    okay! cool. Thank you.