Button link
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Wed Aug 24, 2016 11:18 pm
- Reply with quote
- Report this post
Hello, I had the creativity template and switched to rockwall, everything works fine however I can't find a way to create a button link like in the attached image.
Can you help me with that?
Can you help me with that?
-
- Junior Boarder
- GK User
- Wed Aug 24, 2016 11:34 pm
- Reply with quote
- Report this post
//edit
I managed to create the button but for some reason it is stuck on left align and can't make it center align.
URL: http://www.eleftheroi.eu/
bottom of the page.
So how can I make it center align, and how can I make it orange like the mainmenu?
I managed to create the button but for some reason it is stuck on left align and can't make it center align.
URL: http://www.eleftheroi.eu/
bottom of the page.
So how can I make it center align, and how can I make it orange like the mainmenu?
-
- Junior Boarder
- teitbite
- Thu Aug 25, 2016 4:17 pm
- Reply with quote
- Report this post
Hi
Add this code to override.css
Add this code to override.css
- Code: Select all
#gkBottom2 a.button {
background-color: #e55731;
}
#gkBottom2 td {
text-align: center;
}
-
- Moderator
- GK User
- Thu Aug 25, 2016 6:14 pm
- Reply with quote
- Report this post
Thank you sir, color is working fine, however the text button is still on the left.
-
- Junior Boarder
- teitbite
- Sat Aug 27, 2016 9:51 am
- Reply with quote
- Report this post
Hi
Remove all the code I gave You with:
Remove all the code I gave You with:
- Code: Select all
#gkBottom2 a.button {
background-color: #e55731;
display: block;
float: none;
margin: 0 auto;
width: 100px;
}
-
- Moderator
- GK User
- Sat Aug 27, 2016 10:52 am
- Reply with quote
- Report this post
thank you sir, works perfectly
-
- Junior Boarder
- teitbite
- Mon Aug 29, 2016 9:09 am
- Reply with quote
- Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
-
- Moderator
7 posts
• Page 1 of 1