- Posts: 3
- Thank you received: 0
wrapper hight issue
14 years 10 months ago #8587
by GooRu
Replied by GooRu on topic Re: wrapper hight issue
May have solved this.
I took out the following code from layout.css
and replaced it with this code:
So far looks like it works
I took out the following code from layout.css
Code:
.wrapper{
margin:0 auto;
position:relative;
height: auto;
}
and replaced it with this code:
Code:
.wrapper { margin: auto; }
So far looks like it works
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 10 months ago #8589
by ivan.milic
Replied by ivan.milic on topic Re: wrapper hight issue
I see that you solved you issue. It seams that you have problem with link (from what I saw) . There is common problem when iframe has width and height attributes defined and has also width and height defined in css.
Please Log in to join the conversation.
14 years 10 months ago #8623
by milos
Replied by milos on topic Re: wrapper hight issue
We used a class with name "wrapper" in this template, and that class name was reserved for Joomla Wrapper. This is now fixed. You can re-download template and re-install, or upload (overwrite) files index.php, layout.css and template_css.php.
Please Log in to join the conversation.
Time to create page: 0.096 seconds