Register | Login
Friday, February 10, 2012
  Search
 Discussion Forums at Locopon's Minimize
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorAlignment setting doesnAlignment setting doesn't work well
Previous Previous
 
Next Next
New Post
 12/13/2009 6:52 AM
 

Hi

When using the Alignment setting within the module localizations

the "Default" option is actually making it align to the center, other options are working fine.

This forces me to set the alignment for all the modules.

Adam

New Post
 1/5/2010 5:18 AM
 

I will need you to confirm that the setting change is not applied in the source code. Can you please check for that?

New Post
 1/28/2010 6:58 AM
 

When I align to the right I see the following:

<TD id="dnn_ctr470_ContentPane" align="center" class="DNNAlignright">

When I leave it as Default I get the following:

<TD id="dnn_ctr470_ContentPane" align="center" class="DNNAligndefault">

The problem is (I think) that DNNAlignright exists in Portals\_default\default.css and DNNAligndefault does not exist

 

 

New Post
 4/14/2010 6:46 AM
Accepted Answer 

Adding the following to Portals/_default/default.css solves this issue:

.DNNAligndefault

{

 

text-align: justify;

}

Previous Previous
 
Next Next
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorAlignment setting doesnAlignment setting doesn't work well