Hello,
When using 'Left simple navigation + 1 column' template moves when clicking to
Name1, Name2, Name3, Name4, Name5, ..., in menu in each page there are different photos
text... You can spot menu going more left, right on each click ...
Is there a fix to this problem?
Template moves [SOLVED]
Template moves [SOLVED]
Last edited by pamelina on Thu Jan 22, 2009 3:06 pm, edited 1 time in total.
Re: Template moves
Difficult to say but I wrote this some time ago. http://forum.cmsmadesimple.org/index.php/topic,21533.0.html
Maybe there is your solution. Othervice post link where problem can be seen. And what browser is causing that problem.
Maybe there is your solution. Othervice post link where problem can be seen. And what browser is causing that problem.
Re: Template moves
I look at the problem just now, I will post solution whe is fixed ...
Re: Template moves
When having in my CSS
div#content {
margin: 1.5em auto 2em 0;
}
header at the top page moves (left, right) when I click to links in menu ...
Only happens when content in a page is not longer than the menu on the left side of a page ...
Moving accurs when I click on pages with couple of words and than on pages with hundreds of words ...
The solution works for me ...
div#content {
margin: 1.5em auto 2em 0;
}
header at the top page moves (left, right) when I click to links in menu ...
Only happens when content in a page is not longer than the menu on the left side of a page ...
Moving accurs when I click on pages with couple of words and than on pages with hundreds of words ...
The solution works for me ...

