Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Flexform
  • #254725
    rcabalga
    Member
    Post count: 20

    Hi!

    I’m trying to justify text automatically on all site but the code I’m using in syle.css editor does not work.

    .entry p {
    margin:10px 0px;
    text-align: justify;
    }

    Any ideas? What code should use and where would that include it?

    Thank you ๐Ÿ™‚

    #254742
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code at Admin -> Theme options -> General Options -> Custom CSS.

    p {
    margin:10px 0px !important;
    text-align: justify !important;
    }

    Thanks
    Mohammad

    #254835
    rcabalga
    Member
    Post count: 20

    It works perfectly!

    Just a question… How I can prevent also justifies the texts of some scripts I’m using inside the body? They are forms and are not well justified.

    Thanks Mohammad ๐Ÿ™‚

    #254847
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page urls to check and resolve the issue.
    Thanks
    Mohammad

    #254881
    rcabalga
    Member
    Post count: 20

    Of course… This blog page entry is an example: http://www.raquelcabalga.com/receta-saludable-brownie-vegano/

    The whole web is justified (except the text is published with the Recipe Card plugin), including forms with the script in the body that you can see in the right column of blog pages and the site footer (that would have to keep the text centered).

    You’ll have to enter the admin to view the page because I have the site in maintenance mode :S

    #254884
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please disable the maintenance mode.
    Thanks
    Mohammad

    #255190
    rcabalga
    Member
    Post count: 20

    Done!

    Thanks

    #255196
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .blog-yumprint-numbered-ingredients .blog-yumprint-ingredients li, .blog-yumprint-numbered-methods .blog-yumprint-methods li, .blog-yumprint-numbered-notes .blog-yumprint-notes li {
        text-align: justify !important;
    }

    Thanks
    Mohammad

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register