• to be quick

    – I would like to have all the categories into text-align: left; instead text-align: justify;
    – I am searching for hours the place to change it but ….

    so before I screw up the entire blog I am asking for help

    Categories in the sidebar – http://www.eucmh.com

    thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • It’s defined in this rule. Line 35 of your theme’s stylesheet:

    body {
    margin: 0;
    font: 0.8125em/1.692307em 'Bitter', Georgia, 'Times New Roman', Times, serif;
    color: #333;
    text-align: justify;
    background: #fff;
    padding: 0;
    }

    Hello sir,
    All you want to change alignment for your categories. If that so, follow these simple steps:

    • log into your wordpress dashboard, and go to Appearance > Editor.
    • On the Right hand side, you will file an option to select theme. Just select active theme (You can find your acitve them by click on Appearance. First theme in list is your active list).
    • When your active theme is loaded. Just below that selection, you will find a list of files, and a file at it’s bottom say Stylesheet (style.css).
    • Click open that file. Go to its bottom, and paste following code in and click update
    • .widget-wrap.widget-inside {
        text-align: left;
      }
    • Remember: You editing will be removed as soon as theme get update.

    I hope this snippet will solve your problem.

    Hello @dave Naylor,
    @barbapapa just want to make change for their categories list.

    Thread Starter barbapapa

    (@barbapapa)

    @dave
    This 35 rule is for the entire site layout and it is just the way I wanted it (post tags and even the side bar) My problem is just the categories because I have to extend the name & description of a category link and with a justify formating it looks horrible.

    The theme I am using – Origin – was the only one I found (640pix text posting, 640pix photos size and a 250pix sidebar) according to the fact that I did the change with about 300 posts already published. Some of my post being over 50.000 characters with reduced photos inside the text and also lot of photos in 640pix I didn’t want to redo the entire site.

    The problem with this Origin Theme is that the whole think is terribly complicated … 🙁
    I am not a coder

    @rajat
    I am searching for
    .widget-wrap.widget-inside
    {
    text-align: left;
    }
    but I don’t have this in the css :((

    Thread Starter barbapapa

    (@barbapapa)

    @rajat

    I have added the code line and it seems to work :)))
    Thanks

    me is praying now … 🙂

    Definitely, you are not going to find anywhere in you theme. It is actually coded for you after looking in three different page. That’s why I asked you to post at the end of you stylesheet file.

    I checked my self – it is working fine, and falls around line 1286.
    PS I am still enjoying your posts. Keep them coming.

    Thread Starter barbapapa

    (@barbapapa)

    @rajat
    Thank you for your help but I was willing to only have the “categories” sets to left. Now I have the entire sidebar aligned to left.

    I do also have a problem whith the header (the entire block) – It’s larger that the main post board + the sidebar and I do not like it. I would like to have someone help me to gain control over this area (like having a empty block – header – 900+/- x 300+/- to implement 2 or 3 *.pl scripts in a table for photos distribution.

    Would you be my guest inside and add then a Layout & Copyright in the footer for you ?

    An other things to … but later

    Gunter

    Hello @gunter,
    Replace this code with the previous one. It will make change only to your categories.

    div.categories .widget-wrap.widget-inside {
      text-align: left;
    }

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘from text-align: justify to text-align: left’ is closed to new replies.