Spenden

go_vista_simple

4 replies [Last post]
Offline
Joined: 29.03.2009

Hi there...I bought your template some time ago and have had no problems except looking at the right hand column the text is centered on all the modules. Can you tell me how to change it to that the text will be left justified?

http://www.ndnexchange.com

Thanks...

Offline
Joined: 29.03.2009
You're correct!

You nailed it Markus. Re-activating it again centers the right column again. I'll just leave it off.

A word of warning using GoDaddy's shared hosting...I got placed on a server with over 750 other virtual domains and last week I saw loads there of 185.+ This makes even developing a site nearly impossible. I wrote them to ask about it but was told they 'can't talk about it'. Needless to say, I will be looking for other hosting next time.

Markus (not verified)
CssJsCompress Plugin

The problem ist the plugin "CssJsCompress" you are using.

because it has not updated the css you changed.
I don't know that plugin - but do you have to manually rebuild the compressed css/js output?
If not you should deactivate it and reactivate again, perhaps then the css gets updatet...

Offline
Joined: 29.03.2009
I tried that

That's what I thought too (about changing the text alignment in .vistaright
from centered to left but trying that resulted in no change. Turned off all
caching and turned off other modules on the right side except for the
mod_login and things are still aligned centered.

Pulled out the original template_css.css and modified it and replaced it on the server but still no change. Tried it in FF, OE and Chrome. All aligned center.

Any further thoughts?

Offline
Joined: 23.11.2008
edit tempate_css.css

You have to manually edit the file:
/templates/go_vista_simple/css/template_css.css

search for:
.vistaright {text-align:center;padding:5px;}

and replace with
.vistaright {text-align:left;padding:5px;}