- Posts: 19
- Thank you received: 0
Blog Layout
-
andrius
Inactive member - Topic Author
- New Member
Less
More
9 years 1 month ago #46100
by andrius
Blog Layout was created by andrius
Then i change blog layout (# Columns) to 2 or more, page displays incorrectly. Layout meesed up. Not like in Featured articles.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
9 years 1 month ago #46102
by milos
Replied by milos on topic Blog Layout
Please send link of your site.
Thanks
Thanks
Please Log in to join the conversation.
-
andrius
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
9 years 1 month ago #46107
by milos
Replied by milos on topic Blog Layout
Hello,
Please edit template_css.css file and around line 723 change this part:
to this:
Regards
Please edit template_css.css file and around line 723 change this part:
Code:
.blog_content {
float: right;
width: 620px;
padding-bottom: 20px;
}
Code:
.blog_content {
float: right;
width: 380px;
padding-bottom: 20px;
}
Regards
The following user(s) said Thank You: andrius
Please Log in to join the conversation.
Time to create page: 0.170 seconds