Okay
  Public Ticket #381888
button width in WooSidebar replacement
Closed

Comments

  • Matthew started the conversation

    I need to change width of all buttons in replacement sidebar.

    I have this code for the regular sidebar:

    #sidebar .nectar-button {

    width: 100%;

    }

    but I need to accomplish that same thing for a sidebar that replaces the main sidebar on certain pages.

  •  8,848
    Tahir replied

    Hey!

    Can you provide the direct page url so i can write up relevant custom css.

    Thanks


    ThemeNectar Support Team 

  • Matthew replied

    the related url above has the sidebar in it. The plugin doesn't create an actual page, but below is the address while I'm editing the properties of that plugin.

    http://theglacierchallenge.com/wp-admin/post.php?post=196&action=edit

  •  8,848
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    #sidebar .nectar-button {
    
    
    width: 250px!important;
    }

    Thanks



    ThemeNectar Support Team 

  • Matthew replied

    Awesome! Thank you!