- Posts: 4
- Thank you received: 0
left position does not display properly.
-
dotcom
Inactive member - Topic Author
- New Member
Less
More
10 years 1 month ago #43381
by dotcom
left position does not display properly. was created by dotcom
The items published in the left position does not show properly, and it move the content to the right.
As it is shown here
We have try this same thing in other site with hot shoes with the same result
Thanks
As it is shown here
We have try this same thing in other site with hot shoes with the same result
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #43388
by ivan.milic
Replied by ivan.milic on topic left position does not display properly.
You did quite of few interventions on css, content width = main column width, and left width property is omitted
Please Log in to join the conversation.
-
dotcom
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #43399
by ivan.milic
Replied by ivan.milic on topic left position does not display properly.
I think in both cases you can solve problem by reorganizing design not to have left column.
Otherwise in template_css.css, change:
.width33 {
width: 320px;
}
to
.width33 {
width: 33%;
}
Otherwise in template_css.css, change:
.width33 {
width: 320px;
}
to
.width33 {
width: 33%;
}
Please Log in to join the conversation.
-
dotcom
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
10 years 1 month ago #43404
by dotcom
Replied by dotcom on topic left position does not display properly.
Changes made, but the problem still persist
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #43409
by ivan.milic
Replied by ivan.milic on topic left position does not display properly.
Add this to template_css.css
.category-view .row{
width:100%;
}
.category-view .row IMG{
max-width:100%;
}
.category-view .row{
width:100%;
}
.category-view .row IMG{
max-width:100%;
}
Please Log in to join the conversation.
Time to create page: 0.171 seconds