- Posts: 14116
- Thank you received: 1639
wrong display
-
Sikorová
Inactive member - Topic Author
- Visitor
12 years 2 months ago #22209
by Sikorová
wrong display was created by Sikorová
Wrong display in a template-joomsocial and other components. How to fix it?
www.test.centrum-cz.com/index.php/rrr
Kamila
www.test.centrum-cz.com/index.php/rrr
Kamila
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 2 months ago #22215
by ivan.milic
Replied by ivan.milic on topic wrong display
open:
components/com_community/templates/default/css/style.layout.css
find this:
#community-wrap {
display: inline-block;
width: 100%;
text-align: left;
min-height: 450px;
min-width: 650px;
margin: 0 0 30px;
position: relative;
}
remove
min-width: 650px;
components/com_community/templates/default/css/style.layout.css
find this:
#community-wrap {
display: inline-block;
width: 100%;
text-align: left;
min-height: 450px;
min-width: 650px;
margin: 0 0 30px;
position: relative;
}
remove
min-width: 650px;
Please Log in to join the conversation.
-
Sikorová
Inactive member - Topic Author
- Visitor
12 years 2 months ago #22333
by Sikorová
Replied by Sikorová on topic wrong display
How to fix poor rendering template?
www.abc.centrum-cz.com
www.abc.centrum-cz.com
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
12 years 2 months ago #22338
by milos
Replied by milos on topic wrong display
You template looks "poor" because content on the page is not properly formatted. You have too much content in the left column. Also, you MUST disable loading of jQuery in component "com_osproperty" (ask component's developers how to do it). It's an old version of jQuery that makes conflicts and must be disabled. Our template already loads jQuery.
Code:
<script type="text/javascript" src="http://www.abc.centrum-cz.com/components/com_osproperty/js/jquery-1.4.1.js"></script>
Please Log in to join the conversation.
Time to create page: 0.155 seconds