Hi,
Open the page with tagDiv Composer, click on button and in left sidebar look for button display set it to full width ( https://www.screencast.com/t/9M2JXwoBwe ).
Let me know how it works.
Thanks.
Hi,
Ok if is made with vComposer please add a class to that button ( https://www.screencast.com/t/En9y3AzA ) and add this css in Newspaper>Theme panel> custom code> custom css :
.full_width_button{
width: 100%;
}
.full_width_button button{
width: 100%;
}
See results: https://www.screencast.com/t/fZJIP4PWUyNn
Thanks.
Hi,
Of cores it not work, because you add to the extra class “btncor” not “full_width_button” , and in css cod you put “full_width_button” instand of “btncor”.
https://www.screencast.com/t/4p3AL83u
Please try again, and change from css or extra class.
Thank you for your understanding.