Okay
  Public Ticket #2396835
Button take full width
Closed

Comments

  •  2
    kdsbg started the conversation

    Hey team,

    How do I get this button to take the full width of the column it's in? 

    Thanks

  •  3,021
    Andrew replied

    Hi there,

    Try the following custom css:

    #footer-widgets .nectar-button {
        text-align: center;
        width: -webkit-fill-available;
    }
    

    Hope this helps.

  •  2
    kdsbg replied

    Thanks now I just need the text inside it centered too as it stays aligned to the left currently.

  •  3,021
    Andrew replied

    Hi there,

    Update the recently sent css. Copy again.

    Thanks.

  •  2
    kdsbg replied

    Thank you all good.