Okay
  Public Ticket #348984
Footer
Closed

Comments

  • Andrew started the conversation

    I'd really like to use a four column layout in my footer section, leaving the first two columns blank. I hoped there might be an easy way of achieving this by simply leaving the first two widgets blank or vacant. This doesn't seem to work as Salient pushes the second two widgets across the layout to the left. 

    Any ideas how I might achieve this? 

  •  8,847
    Tahir replied

    Hey!

    Could you please provide the page url so i can have a look at what issue you are exactly having. Also you might have to edit the footer.php via Apperance -> Editor. 

    Thanks 


    ThemeNectar Support Team 

  •   Andrew replied privately
  •  8,847
    Tahir replied

    Hey Again!

    IF you want to use the 4 column and hide the first two you can do so by adding this custom css. 

    Add this into the Custom CSS box located in your Salient Options panel :
    #footer-widgets .col.span_3.one-fourths:nth-child(1), #footer-widgets .col.span_3.one-fourths:nth-child(2) {
        visibility: hidden !important;
    }
    
    Thanks 


    ThemeNectar Support Team