Right module and komponent view problem! (URGENT)

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Mon Sep 20, 2010 1:54 pm
Hi!

In this exact page u can see the problem: http://osvedlikehold.no/til-salgs.html

As u can see the category view pushes the menumodules on the right down below the articles.

This does not occure in article view.

Anybody got a fix for this?

Thanx
User avatar
Junior Boarder

GK User
Thu Sep 23, 2010 10:41 am
Anybody?
User avatar
Junior Boarder

teitbite
Sat Sep 25, 2010 9:24 am
Hi

That is some validation issue. Please look here http://validator.w3.org/check?uri=http% ... ne&group=0. Probably in one of the articles some tags not have propper open or ending tag. Please check the html code of the articles from this page.

Menwhile the temporary fix can be to add this code at the end of template.css file:

Code: Select all
#gk-right {
position:absolute;
right:0;
top:282px;
}
User avatar
Moderator

GK User
Sat Sep 25, 2010 1:06 pm
teitbite wrote:
Hi

That is some validation issue. Please look here http://validator.w3.org/check?uri=http% ... ne&group=0. Probably in one of the articles some tags not have propper open or ending tag. Please check the html code of the articles from this page.

Menwhile the temporary fix can be to add this code at the end of template.css file:

Code: Select all
#gk-right {
position:absolute;
right:0;
top:282px;
}



Ok, thank you it works fine:)
User avatar
Junior Boarder


cron