- Posts: 14116
- Thank you received: 1639
I deleted the code of REGISTER NOW ! button
-
yiannisps
Inactive member - Topic Author
- Visitor
11 years 11 months ago #24759
by yiannisps
I deleted the code of REGISTER NOW ! button was created by yiannisps
I deleted the code of REGISTER NOW ! button and now i see only the word. Can you tell me how to correct it?
thank you
thank you
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
11 years 11 months ago - 11 years 11 months ago #24787
by ivan.milic
Replied by ivan.milic on topic I deleted the code of REGISTER NOW ! button
Html code you put inside custom HTML module is
main thing about that is class="register_button"
Code:
<a class="register_button" href="/events/index.php/2011-04-19-08-41-50/contact">Register Now !</a>
main thing about that is class="register_button"
Last edit: 11 years 11 months ago by ivan.milic.
Please Log in to join the conversation.
-
yiannisps
Inactive member - Topic Author
- Visitor
11 years 11 months ago #24821
by yiannisps
Replied by yiannisps on topic I deleted the code of REGISTER NOW ! button
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #24826
by ivan.milic
Replied by ivan.milic on topic I deleted the code of REGISTER NOW ! button
It's not , look the code in template_css.css:
a.register_button {
float: right;
height: 60px;
width: 190px;
margin: 0 30px 0 0;
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
text-align: center;
display: block;
line-height: 56px;
color: #fff !important;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 18px;
text-transform: uppercase;
text-decoration: none;
}
only rule it that floats right:
float: right;
a.register_button {
float: right;
height: 60px;
width: 190px;
margin: 0 30px 0 0;
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
text-align: center;
display: block;
line-height: 56px;
color: #fff !important;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 18px;
text-transform: uppercase;
text-decoration: none;
}
only rule it that floats right:
float: right;
Please Log in to join the conversation.
-
yiannisps
Inactive member - Topic Author
- Visitor
11 years 11 months ago #24840
by yiannisps
Replied by yiannisps on topic I deleted the code of REGISTER NOW ! button
Yes but as you see in the photo the green button is above scroller module.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #24854
by ivan.milic
Replied by ivan.milic on topic I deleted the code of REGISTER NOW ! button
That is case for your site , send link so we could see
Please Log in to join the conversation.
Time to create page: 0.185 seconds