file path : /templates/beez3/css/position.css
#contentarea,
#contentarea2 {
position: relative;
overflow: hidden;
padding: 0 20px !important;
margin: 0;
}
Because of overflow: hidden property, contents of the following child elements becomes partially hidden if they are set by "position" property. e.g. position:absolute;left:something;
Labels |
Added:
?
|
Joomla does not include Facebook like buttons.
I believe that the issue is with your extension, not the template. It's rendering an element (the iframe) which is larger than the space available. It is correct that the template doesn't render content that falls outside of the template container.
I agree with Seth, no a bug I suggests closing it.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5235.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-11-29 15:18:49 |
Only if they were positioned to move outside the #contentarea.
Can you give an example of how this issue could occur? I can't imagine how it could be a problem.