height and widht problem
height and widht problem
Hello,
Recently i have installed CMSMS, and i think its an great CMS system.
But i have a problem: I installed the flowered2 theme, but i don't know how to set the widht of the website to the standard of 800px. I have an resolution of 1152x864 and than the website doesn't look like it should. The height of the page is'nt also 100%. Can anyone help me whith this problem? I have add my css file as an attachment.
Greetings,
Joost
Recently i have installed CMSMS, and i think its an great CMS system.
But i have a problem: I installed the flowered2 theme, but i don't know how to set the widht of the website to the standard of 800px. I have an resolution of 1152x864 and than the website doesn't look like it should. The height of the page is'nt also 100%. Can anyone help me whith this problem? I have add my css file as an attachment.
Greetings,
Joost
- Attachments
-
[The extension txt has been deactivated and can no longer be displayed.]
- lollipop27
- Forum Members
- Posts: 237
- Joined: Wed Sep 12, 2007 4:09 pm
Re: height and widht problem
can you post a link to your site?
Re: height and widht problem
Can you post your template as well, for IE-versions there might be a hack there. As far as I see, is the widht 800, while the sidebars remain. Only the left one is connected to another div, leaving you with a short left image and a long right image.
Ronny
Ronny
Re: height and widht problem
Okay, but do you know an sollution for this problem?
This is the tpl file:
{title}
{metadata}
{stylesheet}
{sitename}
{lang}
{cms_module module='menumanager' template='flowered : flowered' }
{content}
{global_content name='footer'}
This is the tpl file:
{title}
{metadata}
{stylesheet}
{sitename}
{lang}
{cms_module module='menumanager' template='flowered : flowered' }
{content}
{global_content name='footer'}
Re: height and widht problem
I believe this template has a dynamic width. If that's fine you try this css file and see how it looks. I have not tried it with IE so It could not necessarily look right.
One thing you also want to fix is to remove one extra </div at the end of template. That could also cause some problems on some browsers and not with others.
Hope this helps...
K
One thing you also want to fix is to remove one extra </div at the end of template. That could also cause some problems on some browsers and not with others.
Hope this helps...
K
- Attachments
-
[The extension txt has been deactivated and can no longer be displayed.]
Re: height and widht problem
I didn't test your template but I'd recommend checking out FooterStickAlt
here:
http://www.themaninblue.com/experiment/footerStickAlt/
here:
http://www.themaninblue.com/experiment/footerStickAlt/
Re: height and widht problem
The problem of the two sides is solved, but i don't know how to adjust the width. Can anyone help me with that?
Greetings
Greetings
Re: height and widht problem
jeehaa you posted your template but no CSS, that would probably be helpful.
Re: height and widht problem
I had put my css file on the forum. I have put it again in the attachment.
- Attachments
-
[The extension txt has been deactivated and can no longer be displayed.]
Re: height and widht problem
That template is kind of diff., it relies on the margin and padding to make room for the images on the sides, that are only 109px wide...
#container {
margin:0 0 0 110px ;
padding-right:110px;
}
So if you want to change the width it will involve making the images wider and other tweaks...
#container {
margin:0 0 0 110px ;
padding-right:110px;
}
So if you want to change the width it will involve making the images wider and other tweaks...
Re: height and widht problem
I could...
Re: height and widht problem
Haha
.
I really appreciate that if you can modify it for me.
I understand it would be much work for you. But can you help me with that?
Greetings

I really appreciate that if you can modify it for me.
I understand it would be much work for you. But can you help me with that?
Greetings
Re: height and widht problem
Can anyone help me with the width? Or does someone know a good template that looks like this but does'nt have the problem of the height and width?