Text blocks how to justify text correctly?

ThemeBurn SupportForumsOpenCart ThemesBurnEngineText blocks how to justify text correctly?

This topic has been marked as resolved.

Hey all, ive just gone live with my new site http://www.wepaintyourphotos.com

If you notice the site isnt your normal product layout ive has to use the builder to make the homepage and most of the other info pages.

I am really looking for a fix on how I can justify the text blocks at the moment i only see , left right and center as an option.

I have gone into the source and tried to change the text align to justify but it doesn’t seem to do anything.

Could anyone help me solve this issue as it will make my site look a lot better especially on mobiles and tablets.

Cheers Chaps!

October 26, 2016 at 4:18 pm #52515

@britanniamc: You can try the following:
1) in the text block configuration, under the tab “Advanced”, you can defined extra custom css class for the text, for example put .britanniamc_textJustify
2) then you need to put the definition of this class under menu theme settings / custom / Custom Stylesheet

.britanniamc_textJustify{
text-align:justify;
text-justify:auto;
}

October 28, 2016 at 1:12 am #52600

@britanniamc

For the moment the only way to do a text justification is as Amadeus0926 has advised.

BR,
ThemeBurn team

October 30, 2016 at 9:20 pm #52664
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.