- Posts: 74
- Thank you received: 0
Blog layout, creation date
-
andre6
Active member - Topic Author
- Member
Less
More
3 months 1 week ago #51577
by andre6
Blog layout, creation date was created by andre6
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
3 months 1 week ago #51578
by milos
Replied by milos on topic Blog layout, creation date
Hello,
Please edit the template's custom.css file (/media/templates/site/corporate/css/custom.css) and change this:
to this:
Regards,
Milos
Please edit the template's custom.css file (/media/templates/site/corporate/css/custom.css) and change this:
Code:
.blog_content {
float: right;
width: calc(100% - 80px);
padding-bottom: 20px;
}
to this:
Code:
.blog_content {
float: none;
width: 100%;
padding-bottom: 20px;
}
.blog_date {
display: none;
}
Regards,
Milos
Please Log in to join the conversation.
-
andre6
Active member - Topic Author
- Member
Less
More
- Posts: 74
- Thank you received: 0
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
3 months 1 week ago #51580
by milos
Replied by milos on topic Blog layout, creation date
Hello,
I see there's no date anymore. Maybe you should reload several times or clear the browser's cache.
Regards,
Milos
I see there's no date anymore. Maybe you should reload several times or clear the browser's cache.
Regards,
Milos
Please Log in to join the conversation.
-
andre6
Active member - Topic Author
- Member
Less
More
- Posts: 74
- Thank you received: 0
Time to create page: 0.162 seconds