Okay
  Public Ticket #249243
Button Width
Closed

Comments

  • Chris started the conversation

    I'm wanting to insert three shortcode buttons and have them all be the same width even though the text is different lengths. Is there a way to do this?

  •  8,839
    Tahir replied

    Hey Chris!

    You can add a extra class in the particular column or row and then write a specific css to override the button height. Please provide us the page url so we can write up some custom css. 

    Thanks


    ThemeNectar Support Team 

  • Chris replied

    The link is http://www.keystonefellowship.com/testsite2. The three buttons under the nectar slider are the buttons that I am trying to make the same width.

    Thanks!

  •  8,839
    Tahir replied

    Hey Again!

    Add "fixed-size" as a extra class to the button and Add this into the Custom CSS box located in your Salient Options panel :

    .nectar-button.fixed-size {
        width: 300px;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Chris replied

    I'm still having issues with this. I placed the code into the Custom CSS box and I've tried adding "fixed-size" in different places but still no luck. Where do I put the "fixed-size" in order for it to affect the button?

  •  8,839
    Tahir replied

    Hey Chris!

    Please see screenshot: http://prntscr.com/47zj7y . You only need to add the text not the double quotes. 

    Cheers


    ThemeNectar Support Team