Okay
  Public Ticket #512685
Display One Widget Only
Closed

Comments

  • Diego started the conversation

    How can I display one widget only? Thank you

  • Diego replied

    In other words, right now I have two widgets. I only want one--the one with the subscription form as seen here blog.dorlandini.com. I am thinking just one because I want to have the subscription form layout out across the whole footer. Thus I am thinking removing the second widget my help.

    I\'ve actually added a script for shared buttons there on the second widget, so once I remove that, I suppose I could add that script on widget one underneath the subscribe form. Or do you have a better idea?

    I hope I am clear enough. Thank you.

  •  8,987
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #footer-widgets .col.span_6 {
        width: 100% !important;
    }
    
    
    #footer-widgets .col.span_6.col_last {
        display: none !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Diego replied

    Thank you!