[Resolved] Right Sidebar Widget – justify text

Home Forums Support [Resolved] Right Sidebar Widget – justify text

Home Forums Support Right Sidebar Widget – justify text

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #845066
    Alana

    Hi,

    I’m using the very handy right sidebar widget to create a quick “About Me” blurb with photo and I was wondering how to go about getting the text under the photo to be justified? Thanks in advance!

    #845346
    David
    Staff
    Customer Support

    Hi there,

    any chance you can take down the coming soon so i can take a look?

    #845679
    Alana

    Just did, thanks!

    #845703
    David
    Staff
    Customer Support

    Hi there,

    try this:

    .inside-right-sidebar .wp-caption .wp-caption-text {
        text-align: justify;
    }
    #845729
    Alana

    I added the code you suggested like so:
    (do you think this placement is proper?)

    caption id=”attachment_196″ align=”alignnone” width=”300″]
    .inside-right-sidebar .wp-caption .wp-caption-text {
    text-align: justify;
    }

    #845742
    David
    Staff
    Customer Support
    #845753
    Alana

    Got it! I was trying to edit the CSS in the widget directly and it wasn’t working. Using the simple CSS plugin worked, though. Thanks!

    #845804
    David
    Staff
    Customer Support

    Glad to be of help

    #962259
    Alana

    Hey guys! I changed my About Me right sidebar image and it looks like the text is no longer justified or in line with the image. I didn’t change or remove the above code from Simple CSS so not sure what went wrong. I’d appreciate your help with this.

    Thank you!

    #962308
    Leo
    Staff
    Customer Support

    Try this CSS:

    .sidebar #text-2 p {
        text-align: justify;
    }
    #962318
    Alana

    Perfect, thanks so much Leo and have a great weekend!!

    #962809
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.