• Hello Everyone!

    Long time ago, I made a theme with Artisteer 3. Now, I want a different theme to re-haul my site, again using Artisteer 3 (same version).

    My new theme works great in all but one area: the Primary Widget Area. All text in this area has large spaces in between words that I do not want. The text alignment is probably at Justify, but there is no Justify anywhere in the CSS. All the blocks in this widget are justified, but not my titles, footers, headings, postcontent, etc.

    Anyway, I would like to compare the code of the two themes because my old theme works just fine, but I do not know where the code for the primary widget area is. Would anyone mind pointing to where the code for the primary widget area so I could make an accurate comparison?

    Thank you!

    PS: I ask because the CSS code of the two themes are organized very differently so I’m unable to make a 1-on-1 comparison. Thank you!

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

    (@dbzgod9)

    Here’s a photo of what I’m talking about:

    View post on imgur.com

    The blue bar is the old theme and the purple bar is the new theme I’m working on. Notice the purple theme has the spacing in the bottom block as well as the top.

    Thank you!

    Thread Starter dbzgod9

    (@dbzgod9)

    In my CSS, the only code I see that contains both text-align and widget is this:

    .art-footer .art-widget,
    .art-footer .art-widget a,
    .art-footer .art-widget a:link,
    .art-footer .art-widget a:visited,
    .art-footer .art-widget a:hover
    {
       color: #150C17;
       font-family: "Bookman Old Style",Arial, Helvetica, Sans-Serif;
       font-size: 11px;
       text-align: left;
    }

    The old theme also has left for text-align.

    Any help would be appreciated!

    Thread Starter dbzgod9

    (@dbzgod9)

    In my CSS, the only code I see that contains both text-align and widget is this:

    .art-footer .art-widget,
    .art-footer .art-widget a,
    .art-footer .art-widget a:link,
    .art-footer .art-widget a:visited,
    .art-footer .art-widget a:hover
    {
       color: #150C17;
       font-family: "Bookman Old Style",Arial, Helvetica, Sans-Serif;
       font-size: 11px;
       text-align: left;
    }

    The old theme also has left for text-align.

    Any help would be appreciated!

    Thread Starter dbzgod9

    (@dbzgod9)

    I’ve put the following code into my Custom CSS plugin, CSS Options in Artisteer and in the theme itself.

    #primary
    {
       text-align:left;
    }

    And it is still unchanged. Something is wrong and I need help. Anything would be appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘2 Themes, 1 Primary Widget Area, 2 Results’ is closed to new replies.