Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1376982
    AlCAt
    Participant

    Hi,

    How can I justify my text in the blog post. My only options are align left, alight right and center?

    I have tried some CSS suggestions in the forum but none of them worked so far.

    #1377000
    Thai
    Moderator

    Hi There,

    Please try adding the following CSS:

    .single-post .entry-content.content {
        text-align: justify;
    }

    Hope it helps 🙂

    #1377021
    AlCAt
    Participant
    This reply has been marked as private.
    #1377045
    Christopher
    Moderator

    Hi there,

    The code should work, but the issue is the missing curly bracket in the following block of code :

    /* No side bar on mobile */
    @media ( max-width: 979px) {
    	.x-container .x-sidebar.right {
    	display: none;
    	}
    	.x-main {
    	float: none;
    	width: 100%;
    	}

    Please fix it and add provided code in customizer.

    Thanks.

    #1377047
    AlCAt
    Participant

    It’s working now! Thank you! 🙂

    #1377057
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1376982 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>