- Posts: 27
- Thank you received: 5
Problems with printer and mail button
-
sfr
Inactive member -
Topic Author
- Member
-
Less
More
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #8521
by ivan.milic
Replied by ivan.milic on topic Re: Problems with printer and mail button
Can you give us link yo your page?
Please Log in to join the conversation.
-
sfr
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 27
- Thank you received: 5
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #8536
by ivan.milic
Replied by ivan.milic on topic Re: Problems with printer and mail button
Can you first enable print and email icon?
Please Log in to join the conversation.
-
sfr
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 27
- Thank you received: 5
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #8544
by ivan.milic
Replied by ivan.milic on topic Re: Problems with printer and mail button
This is affecting your layout:
in template_css.css
ul.actions li {
margin: 0 !important;
padding: 0 !important;
list-style: none;
float: right;
position: relative;
top: -42px;
width: 25px;
}
if you need to keep this for some other reason you can override that by punting this at bottom of template_css.css
.print-icon{
top:+0px;
}
.email-icon{
top:+0px;
}
in template_css.css
ul.actions li {
margin: 0 !important;
padding: 0 !important;
list-style: none;
float: right;
position: relative;
top: -42px;
width: 25px;
}
if you need to keep this for some other reason you can override that by punting this at bottom of template_css.css
.print-icon{
top:+0px;
}
.email-icon{
top:+0px;
}
Please Log in to join the conversation.
Time to create page: 0.173 seconds