- Posts: 82
- Thank you received: 0
Reduce the gap between headers and main content
-
miq
Inactive member - Topic Author
- Member
Less
More
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 7 months ago #39168
by ivan.milic
Replied by ivan.milic on topic Reduce the gap between headers and main content
In layout.css:
.rotator_module {
margin: -9px 0 25px 0;
padding: 20px 10px 0 10px;
}
change: margin: -9px 0 25px 0;
to: margin: -9px 0 0px 0;
.rotator_module {
margin: -9px 0 25px 0;
padding: 20px 10px 0 10px;
}
change: margin: -9px 0 25px 0;
to: margin: -9px 0 0px 0;
Please Log in to join the conversation.
Time to create page: 0.137 seconds