Unnessessary white space

  • Antiquar
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 7 months ago #32615 by Antiquar
Hi, please have a look at the following pageview neu.tuk-dresden.de/journal/politik-wirtschaft-soziales .

On the right side between "Das Neueste" and "Meist gelesen" there is a white space, as on every subcategory of tne top pulldown menu. Only if you click on "Home" the space is red. How can I fill the white space with red color?

Thks Helmer
Attachments:

Please Log in to join the conversation.

More
11 years 7 months ago #32621 by ivan.milic
Replied by ivan.milic on topic Unnessessary white space
In index.php of template, around line 113:

$upperModuleWidth = round($upperModuleWidth, 0);

change to:

$upperModuleWidth = round($upperModuleWidth, 0) - 1;

Please Log in to join the conversation.

  • Antiquar
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 7 months ago #32667 by Antiquar
Replied by Antiquar on topic Unnessessary white space
Hi Ivan, sorry, but have a look for yourself, the idea didn'tt work. Same white space as before. Do you have another idea? Regards Helmer

Please Log in to join the conversation.

More
11 years 7 months ago #32683 by ivan.milic
Replied by ivan.milic on topic Unnessessary white space
try:

$upperModuleWidth = round($upperModuleWidth, 0) - 3;

Please Log in to join the conversation.

  • Antiquar
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 7 months ago #32713 by Antiquar
Replied by Antiquar on topic Unnessessary white space
Hi, didn't work. If I leave USER 1 active as on HOME, it's ok, no white space. To me it seems, there is a small bg image involved? Regards Helmer

Please Log in to join the conversation.

More
11 years 7 months ago #32719 by ivan.milic
Replied by ivan.milic on topic Unnessessary white space
add this to template_css.css at bottom;

.upper .modulerow3.last{
width:310px;
}

Please Log in to join the conversation.

Time to create page: 0.192 seconds
Powered by Kunena Forum