2 Themes, 1 Widget, 2 Results


Author Message
dbzgod9

Posted: 7/6/2016
Quote message 

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!
 
dbzgod9

Posted: 7/7/2016
Quote message 

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

http://imgur.com/1s8EhVm

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!
 
dbzgod9

Posted: 7/7/2016
Quote message 

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!
 
dbzgod9

Posted: 7/7/2016
Quote message 

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!