- Posts: 10
- Thank you received: 0
Cannot make two columns of articles.
-
gmh
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 11 months ago #18200
by gmh
Replied by gmh on topic Re: Cannot make two columns of articles.
I cannot find this file. I searched using my ftp program and in the file manager in cPanel. There seems to be no com_content folder or blog.php file within the hot_software template. Please see attached files. Am I looking in the wrong place? What should I do next?
Thanks.
Thanks.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
12 years 11 months ago - 12 years 11 months ago #18203
by milos
Replied by milos on topic Re: Cannot make two columns of articles.
Please re-download and re-install template because we've fixed bugs some time ago. If it does not work, please give us link where the problem exists on your site.
Last edit: 12 years 11 months ago by milos.
Please Log in to join the conversation.
-
gmh
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 10
- Thank you received: 0
12 years 11 months ago #18316
by gmh
Replied by gmh on topic Re: Cannot make two columns of articles.
Did as you suggested. Uninstalled and reinstalled the template. It did not resolve the problem. All settings are exactly as before and I still have only one column. The problem exists on all pages. See at my site '
www.gregses.com
'.
One column is OK as I like the template, but two is preferable. What else can I try? Also, I downloaded and installed the hot_software25.zip file, but in the 'Extension Manager: Manage' section it indicates it is version 1.6. Is this OK?
One column is OK as I like the template, but two is preferable. What else can I try? Also, I downloaded and installed the hot_software25.zip file, but in the 'Extension Manager: Manage' section it indicates it is version 1.6. Is this OK?
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
12 years 11 months ago #18320
by milos
Replied by milos on topic Re: Cannot make two columns of articles.
Please edit file /templates/hot_software/css/template_css.css and add this code:
Code:
/* multi-column layout */
.row-separator {
clear:both;
display:block;
}
.cols-2 div.item {
width:46%;
float:left;
margin:0 4% 0 0;
}
.cols-3 div.item {
width:31%;
float:left;
margin:0 2% 0 0;
}
.cols-4 div.item {
width:23%;
float:left;
margin:0 2% 0 0;
}
Please Log in to join the conversation.
-
gmh
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 10
- Thank you received: 0
12 years 10 months ago #18403
by gmh
Replied by gmh on topic Re: Cannot make two columns of articles.
Thanks. This worked. Now I can make 2 columns. However, now the shaded grey area behind the main content is affected. As you can see from the attached file, the two column pages grey background is not in position correctly. The one column pages are no problem. Is there any way to fix this?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #18408
by ivan.milic
Replied by ivan.milic on topic Re: Cannot make two columns of articles.
Try this changes:
layout.css:
.content_wrap_bottom {
background: url(../images/content_border_bottom.png) no-repeat bottom left;
}
.content_wrap {
background: url(../images/content_border.png) repeat-y;
margin-top: 30px;
}
clear all properties from this css entities. Remember to backup or comment using /* commented content */ so you can un-comment later
layout.css:
.content_wrap_bottom {
background: url(../images/content_border_bottom.png) no-repeat bottom left;
}
.content_wrap {
background: url(../images/content_border.png) repeat-y;
margin-top: 30px;
}
clear all properties from this css entities. Remember to backup or comment using /* commented content */ so you can un-comment later
Please Log in to join the conversation.
Time to create page: 0.091 seconds