- Posts: 14116
- Thank you received: 1639
How to make the news are displayed in a row?
-
ivan.milic
Support Staff - Moderator
Less
More
11 years 3 months ago #32061
by ivan.milic
Replied by ivan.milic on topic How to make the news are displayed in a row?
Just use same HTML is you have h3 in both articles make sure the have same styles/classes.
SO best prepare some HTML you will use, then just change image src attribute and below text
SO best prepare some HTML you will use, then just change image src attribute and below text
Please Log in to join the conversation.
-
Ilgov
Inactive member - Topic Author
- Member
Less
More
- Posts: 31
- Thank you received: 0
11 years 3 months ago #32064
by Ilgov
Replied by Ilgov on topic How to make the news are displayed in a row?
Sorry, I'm not a professional.Please tell me what I need to do step by step
Thank you so much!
Thank you so much!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #32067
by ivan.milic
Replied by ivan.milic on topic How to make the news are displayed in a row?
Go to first article edit page, swap to HTML mode and copy code, go to other articles past that code and change only src attribute for image and content text , nothing else
Please Log in to join the conversation.
-
Ilgov
Inactive member - Topic Author
- Member
Less
More
- Posts: 31
- Thank you received: 0
11 years 3 months ago #32068
by Ilgov
Replied by Ilgov on topic How to make the news are displayed in a row?
2 If all the material in order, but 3 or more ...
your advice does not work
your advice does not work
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #32069
by ivan.milic
Replied by ivan.milic on topic How to make the news are displayed in a row?
Ok looks better.
First you should limit your images size on blog page, add this to template_css.css:
.blog .items-leading > DIV IMG,
.blog .item IMG
{
max-width:250px;
}
Also you can set #leading to 0 in menu item settings so first does not display different.
First you should limit your images size on blog page, add this to template_css.css:
.blog .items-leading > DIV IMG,
.blog .item IMG
{
max-width:250px;
}
Also you can set #leading to 0 in menu item settings so first does not display different.
Please Log in to join the conversation.
Time to create page: 0.196 seconds