Alignment of content in modules

Hier geht es um Komponenten, Module und Plugins für Joomla 1.5.x

Alignment of content in modules

Neuer Beitragvon neilmac am Di 29. Jun 2010, 10:14

Hi,

Still with ahasuccessj15 - the content of the left and right modules displays slightly to the right within them. This means that if an item is the same width as the module it just breaks through on the right hand edge.

Could you tell me where to change any code necessary to make them fit.

Examples of what I mean can be seen on this page of my site here

Many thanks,

Neil
neilmac
Beginner
 
Beiträge: 6
Registriert: Do 24. Jun 2010, 18:21

Re: Alignment of content in modules

Neuer Beitragvon Gerhard am Di 29. Jun 2010, 17:02

Hi Neil,

please open template.css and go to line 887. You will find the following code:
Code: Alles auswählen
div.module div div div, div.module_text div div div, div.module_menu div div div {
background : url(../images/ribot.png) 100% 100% no-repeat;
padding : 4px 2px;
width:auto;
}

Write overflow:hidden; into this code block and if you want, change the padding-value. Look for example:
Code: Alles auswählen
div.module div div div, div.module_text div div div, div.module_menu div div div {
background : url(../images/ribot.png) 100% 100% no-repeat;
overflow:hidden;
padding : 4px 8px;
width:auto;
}

These changes affects all modules.
Now open index.php and delete the following in line 9:
Code: Alles auswählen
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

Now it works on Internet Explorer 8 too.
I will fix that issue without to change padding now and you can download the fixed template.
Gratis Templates, News, Tutorials und vieles mehr, bei http://www.Ahadesign.eu
Benutzeravatar
Gerhard
Administrator
 
Beiträge: 1159
Registriert: Do 27. Dez 2007, 22:48
Plz/Ort: Oberfranken

Re: Alignment of content in modules

Neuer Beitragvon neilmac am Mi 30. Jun 2010, 17:13

Thanks again Gerhard, I'm getting somewhere near now :)
neilmac
Beginner
 
Beiträge: 6
Registriert: Do 24. Jun 2010, 18:21


Zurück zu Komponenten, Module und Plugins für Joomla 1.5.x

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast

cron