left position does not display properly.

  • dotcom
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 1 month ago #43381 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
Attachments:

Please Log in to join the conversation.

More
10 years 1 month ago #43388 by ivan.milic
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
  • New Member
More
10 years 1 month ago #43393 by dotcom
Almost same thing happens here

the position left moves the content to the right. this template is almost untouch, just a few colors change in CSS.

Please Log in to join the conversation.

More
10 years 1 month ago #43399 by ivan.milic
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%;
}

Please Log in to join the conversation.

  • dotcom
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 1 month ago #43404 by dotcom
Changes made, but the problem still persist

Please Log in to join the conversation.

More
10 years 1 month ago #43409 by ivan.milic
Add this to template_css.css

.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
Powered by Kunena Forum