• Resolved mycolorfuladventures

    (@mycolorfuladventures)


    I am trying to find a way to justify the text in the body of my posts. I’ve tried using everything I can find in the custom CSS stylesheet editor but nothing is working. I’ve been able to successfully do things like add padding to the tops and bottoms of my pictures and that has updated all of the pages. Does anyone know how I can justify all of the text in my blog posts in the cubic theme? Is there something specific to the cubic theme that I have to use in the CSS stylesheet editor?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mycolorfuladventures

    (@mycolorfuladventures)

    Okay, I think I found something that works.

    I added this into the CSS stylesheet:

    .post {
    	text-align: justify;
    }

    I’m glad you found CSS that works for your needs! ??

    In case you’re not aware: You should not edit your theme’s style.css file directly. Any changes you make there will be lost when it comes time to update your theme.

    Instead, to add custom CSS, firstly set up a child theme or activate a standalone CSS plugin. If you have Jetpack installed then you can make use of its custom CSS module.

    I’ll mark this thread as resolved for now, but please don’t hesitate to start another thread if you have any other questions that we can help with.

    Thread Starter mycolorfuladventures

    (@mycolorfuladventures)

    Thank you so much! I think I am using the Jetpack custom CSS module because when I go in to add the custom CSS it looks like a blank page.

    You’re welcome!

    If you’re adding CSS via Appearance > Edit CSS then it’s likely you’re using Jetpack’s module. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Text-align justify’ is closed to new replies.