- Posts: 82
- Thank you received: 0
Reduce gap between Title and Article content
-
miq
Inactive member - Topic Author
- Member
Less
More
10 years 3 weeks ago #43287
by miq
Reduce gap between Title and Article content was created by miq
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 weeks ago #43300
by ivan.milic
Replied by ivan.milic on topic Reduce gap between Title and Article content
send link
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 weeks ago #43309
by ivan.milic
Replied by ivan.milic on topic Reduce gap between Title and Article content
In template_css.css:
details {
font-size: 85%;
padding: 5px 0 20px 0;
}
this makes that. If you set padding: 0; that will solve that but maybe you need that padding on some other place.
details {
font-size: 85%;
padding: 5px 0 20px 0;
}
this makes that. If you set padding: 0; that will solve that but maybe you need that padding on some other place.
Please Log in to join the conversation.
Time to create page: 0.256 seconds