Hi,
Sorry for being late to the party, but I think I had the same issue. When I upgraded the News 2 template the other day I noticed the bottom line had disappeared also.
I discovered that the css had been changed to this...
- Code: Select all
#gkTopNav, #gkToolbar {
border: 1px solid #e5e5e5;
border-bottom: none;
clear: both;
}
So I simply added this code to my Override.css file and it sorted the problem out for me..
- Code: Select all
#gkTopNav, #gkToolbar {
border: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
clear: both;
}
Brett
PS: I think the reason sometimes that the demo site does not pick up problems is because it looks like it's running on Joomla 2.5. Myself and possible many more users are running Joomla 3.x.