I deleted the code of REGISTER NOW ! button

  • yiannisps
    Inactive member
  • Topic Author
  • Visitor
  • Visitor
11 years 11 months ago #24759 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

Please Log in to join the conversation.

More
11 years 11 months ago - 11 years 11 months ago #24787 by ivan.milic
Html code you put inside custom HTML module is
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
  • Visitor
11 years 11 months ago #24821 by yiannisps
Replied by yiannisps on topic I deleted the code of REGISTER NOW ! button
Thank you very much. Now the problem is that green button is always on top o other modules.
How can i make it right?

Attachments:

Please Log in to join the conversation.

More
11 years 11 months ago #24826 by ivan.milic
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;

Please Log in to join the conversation.

  • yiannisps
    Inactive member
  • Topic Author
  • Visitor
  • 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.

More
11 years 11 months ago #24854 by ivan.milic
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
Powered by Kunena Forum