Here you can find out how to edit pages with Visual Composer, but I cannot understand your question so if you could be more informative and tell us more what you want to do it would be better for us, if possible include screenshots or photos.
Each theme has it's own styling and layout, some of them do not allow you to align the buttons how you want so it would be better if you post a link of the page where you're trying to align the button.
P.S. Make sure your site is not on maintenance mode.
That's not possible by default in WPBakery Page Builder, but you can achieve it through some tweaks, what you need to do is paste the following CSS to Custom CSS:
.justify-text {
text-align: justify;
}
And then, in the page builder wherever you want to apply the justified text, edit that element and add the justify-text class to it, just like in the image below:
How can I add the Justify Text Button for all my text edition boxes ?
I read about Visual Composer but I cannot figure out how to do that.
Hi gluon,
Here you can find out how to edit pages with Visual Composer, but I cannot understand your question so if you could be more informative and tell us more what you want to do it would be better for us, if possible include screenshots or photos.
Best regards,
Laborator Team
justify text can be left, right, center and “justified"
like in : http://www.wpbeginner.com/plugins/how-to-add-underline-and-justify-text-buttons-in-wordpress/
is it possible to do that with VC in Kalium ?
Hi gluon,
Each theme has it's own styling and layout, some of them do not allow you to align the buttons how you want so it would be better if you post a link of the page where you're trying to align the button.
P.S. Make sure your site is not on maintenance mode.
Best regards,
Laborator Team
forget about "adding a button" I just want what we all can do in any text editor:
justifying text.
https://en.wikipedia.org/wiki/Typographic_alignment#Justified
I mean justified (flush left and right) example in wikipedia page
Hi again,
That's not possible by default in WPBakery Page Builder, but you can achieve it through some tweaks, what you need to do is paste the following CSS to Custom CSS:
And then, in the page builder wherever you want to apply the justified text, edit that element and add the justify-text class to it, just like in the image below:
(view large version)
Best regards,
Laborator Team
thans a lot !
that's okay like this.