CSS to left align everything

Now that everything is up and running I began poking thru the CSS files to start customizing the default D7 RC2 template. Is there a list of css files and the area they affect?

 

 

The two things I would really like to change now is the center alignment of photos, sounds, video etc. to Left Alignment.

 

I also would like to adjust the tiny mce width and its toolbar etc.

 

Also the Ads need some loving so hopefully they are all in the same general area. I have looked, but have not scoured the css files, wanted to check here first to see if there was a logical approach being used ;)

 

Any help appreciated. Thanks!

 

Quote · 30 Nov 2009

for your left align please open

templates/base/scripts/bxbasefunctions.php

500's line

function centerContent
replace:

eCenter.css("padding-left", iLeft);

with:

eCenter.css("padding-left", "0px");

for the mce width

templates/base/scripts/bxbaseconfig.php

$this -> iTinyMceEditorWidthJS = '630px';

I have video tutorials to help you mrpowless.com
Quote · 30 Nov 2009

That was a big help. Never would have found those. Still can't adjust TinyMCE width though.

 

The Ads (as an example) seem to be using sTinyMceEditorMicroJS as I was able to change the menu alignment to left.

 

I tried adding the size statement $this -> iTinyMceEditorWidthMicroJS = '640px';  cleared all cache and it remained the same narrow size.

 

Do I need to specify one of the other MCE configurations instead of trying to force Micro larger? If so, what would be the proper procedure for doing so.

 

Thanks for the assistance!

Sydeburnz

www.cityofmemphis.com

 

Quote · 1 Dec 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.