Comments Matthew started the conversationFebruary 26, 2015 at 6:38pmI 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. 9,343Tahir repliedFebruary 26, 2015 at 10:09pmHey!Can you provide the direct page url so i can write up relevant custom css. Thanks Salient Support Team Matthew repliedFebruary 26, 2015 at 11:17pmthe 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 9,343Tahir repliedFebruary 26, 2015 at 11:26pmHey Again!Add this into the Custom CSS box located in your Salient Options panel :#sidebar .nectar-button { width: 250px!important; }Thanks Salient Support Team Matthew repliedFebruary 26, 2015 at 11:40pmAwesome! Thank you! Sign in to reply ...
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.
Hey!
Can you provide the direct page url so i can write up relevant custom css.
Thanks
Salient Support Team
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
Hey Again!
Thanks
Salient Support Team
Awesome! Thank you!