Justifying widget text/title

Support Area Forums Epic Justifying widget text/title

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.vikingknitbycindy.com
  • Author
    Posts
  • #20955
    rainbowsplash
    Participant

    Your advice on how to make the widget text full justified worked like a charm. But now I see that the widget title will need to be left justified. What code should I add for that?

    #20965
    Bill Robbins
    Moderator

    Glad that helped out. If you need to specifically left align text like in the widget title, you can use something like this:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      h2.widget-title,
      h3.widget-title {
      	text-align: left;
      }
      
    3. Update your settings.

    Have a great weekend,
    Bill

    #20967
    rainbowsplash
    Participant

    Worked! Beautiful! Thanks!!

    #20968
    Bill Robbins
    Moderator

    Anytime 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Justifying widget text/title’ is closed to new replies.