• Closed
  • Francis Caron
    Spectator
    July 19, 2015 at 4:25 am #19038

    Hi,

    In “full width container”, content box, toggles or other. Many times i cant justify/center the text or its hard to add spacing between 2 sections.

    example here: http://comediemusicale.ca/pagealora/

    How I can symplify my life with the layout of my sites ?

    Thanks,

    Francis,

    Denzel Chia
    Moderator
    Posts: 2656
    July 20, 2015 at 4:44 am #19047

    Hi,

    In your WordPress Visual Editor, you can select that text and click on the center or left or right align button to align your text.

    As for layout of your site, I have seen some customers using this plugin https://wordpress.org/plugins/siteorigin-panels/ to layout their site. We never used it with our theme or test it with our products, therefore we cannot guarantee all our widgets will work with this plugin. But it’s good for using WordPress default text widget.
    Please kindly note that we do not provide support for third party plugin.

    Sorry, that’s all we can help on this issue.

    Thanks!
    Denzel

    Francis Caron
    Spectator
    Posts: 3
    July 20, 2015 at 9:59 pm #19058

    thanks,

    I know how to justify or center a text, But under widget he doesn’t work all the time.

    I put some “print screen” on : http://comediemusicale.ca/pagealora/

    The code for justify appears but not on the site…

    Thanks again.

    Denzel Chia
    Moderator
    Posts: 2656
    July 21, 2015 at 5:27 am #19064

    Hi,

    You cannot wrap a shortcode within a p tag and try to justify it. The shortcode has it’s own HTML structure and using a p tag to do that is not valid HTML, style codes simply does not work this way.
    The WordPress visual editor alignment button works for text only.

    In your Theme Options -> Custom CSS
    Please use the following codes,

    .reading-box > p {
    text-align: justify;
    }

    Screenshot of result. http://prntscr.com/7v3re6

    Thanks!
    Denzel

    Francis Caron
    Spectator
    Posts: 3
    July 23, 2015 at 8:56 pm #19136

    Thanks again,

    I dont know why, but when i’m trying to justify a text, he took the shortcode with the text. I made some test, and on my new page don’t have this problems. Your codes correct entire of the sites. Super !

    Have a nice day,

    Francis,