- Posts: 14
- Thank you received: 0
Custom module
-
dv
Inactive member - Topic Author
- New Member
Less
More
2 years 7 months ago #49138
by dv
Custom module was created by dv
Hello;
I am trying to create a custom module with border.
I am using this code:
.special{
background: #fff;
border: 1px solid #ccc;
border-radius:5px;
}
But the result is displaying with 2 borders. How to preceed to display only one?
Please, find the attachment.
Best regards and thank you
I am trying to create a custom module with border.
I am using this code:
.special{
background: #fff;
border: 1px solid #ccc;
border-radius:5px;
}
But the result is displaying with 2 borders. How to preceed to display only one?
Please, find the attachment.
Best regards and thank you
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
2 years 7 months ago #49139
by milos
Replied by milos on topic Custom module
Hello,
I guess you set the module class suffix to "special" in the module parameters and added this CSS code in custom.css. When I do the same, there's only one border. Please provide the link to your site so I can inspect the code and see what's wrong.
Thanks,
Milos
I guess you set the module class suffix to "special" in the module parameters and added this CSS code in custom.css. When I do the same, there's only one border. Please provide the link to your site so I can inspect the code and see what's wrong.
Thanks,
Milos
Please Log in to join the conversation.
Time to create page: 0.263 seconds