Text widget for Home page – justify text

Support Area Forums Bottega Text widget for Home page – justify text

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question:
  • Author
    Posts
  • #7263
    rainbowsplash
    Participant

    Where can I justify the text for the text widget? I placed it on the home page next to the map and contact widget, and it will look better if it’s justified.

    #7268
    Bill Robbins
    Moderator

    You can justify the text in a text widget. Here’s how:

    1. Go to the theme options page and select the styling tab.
    2. Scroll down to the “Custom CSS” box and paste this:
      
      .widget_text {
      	text-align: justify;
      }
      
    3. Update your settings.

    That should make the text inside your text widgets justified. If you run into any questions or trouble, let me know.

    Enjoy your week,
    Bill

    #7277
    rainbowsplash
    Participant

    Of course it worked! Thank you! Here it is: http://laskycoachworks.com

    #7279
    rainbowsplash
    Participant

    Well, now I see that the actual title of my widget is also justified and spread out. 🙁 However, I could make the title something else so that it won’t be that long of text.

    #7282
    Bill Robbins
    Moderator

    You can target just the text and not the title. Use this snippet instead:

    
    .widget_text p {
    	text-align: justify;
    }
    

    See if that doesn’t work like you hoped it would.

    Bill

    #7292
    rainbowsplash
    Participant

    Yes, it worked. Much better! Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Text widget for Home page – justify text’ is closed to new replies.