- Posts: 2
- Thank you received: 0
How to remove the vertical dots line
-
Vaclav
Inactive member - Topic Author
- New Member
Less
More
12 years 9 months ago #16580
by Vaclav
How to remove the vertical dots line was created by Vaclav
Hello,
could you please help me how to remove the vertical dots line from the template bottom and from the center area? When I add some banners into the user1-4 area, these vertical dots appear over my banners.
See the attached file to see which dots I mean.
Thanks for help
Vaclav
could you please help me how to remove the vertical dots line from the template bottom and from the center area? When I add some banners into the user1-4 area, these vertical dots appear over my banners.
See the attached file to see which dots I mean.
Thanks for help
Vaclav
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16584
by ivan.milic
Replied by ivan.milic on topic Re: How to remove the vertical dots line
layout.css:
.bottom .module_padding {
margin-top: 20px;
border-right: 2px dotted #444;
}
remove border-right: 2px dotted #444;
.bottom .module_padding {
margin-top: 20px;
border-right: 2px dotted #444;
}
remove border-right: 2px dotted #444;
The following user(s) said Thank You: Vaclav
Please Log in to join the conversation.
-
Vaclav
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
12 years 9 months ago #16589
by Vaclav
Replied by Vaclav on topic Re: How to remove the vertical dots line
The dots are gone. Thanks!
Please Log in to join the conversation.
-
etarancon
Inactive member - Member
Less
More
- Posts: 77
- Thank you received: 0
12 years 9 months ago #16687
by etarancon
Replied by etarancon on topic Re: How to remove the vertical dots line
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16705
by ivan.milic
Replied by ivan.milic on topic Re: How to remove the vertical dots line
layout.css:
.bottom .module_padding {
margin-top: 20px;
border-right: 2px dotted #222;
}
.bottom .module_padding {
margin-top: 20px;
border-right: 2px dotted #222;
}
The following user(s) said Thank You: etarancon
Please Log in to join the conversation.
Time to create page: 0.182 seconds