Quote from
luishp on April 21, 2019, 9:35 am
Go to Project > Properties > Styles and add this code:
.center{
top:0px!important;
left:0px!important;
right:0px!important;
bottom:0px!important;
margin:auto!important;
}
Add a Container, or Paragraph or Headline object inside a Container.
Click on the new added object and go to Properties > Advanced > css-class
Choose "center".
I will add a new command to do this programmatically on next release.
Go to Project > Properties > Styles and add this code:
.center{
top:0px!important;
left:0px!important;
right:0px!important;
bottom:0px!important;
margin:auto!important;
}
Add a Container, or Paragraph or Headline object inside a Container.
Click on the new added object and go to Properties > Advanced > css-class
Choose "center".
I will add a new command to do this programmatically on next release.
farhad2008 has reacted to this post.