float of a button

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jul 31, 2015 12:33 pm
Reply with quote
Report this post
I cannot put the button into the middle of the website http://www.chcemviac.com

any idea how it works?
User avatar
Expert Boarder

GK User
Sat Aug 01, 2015 9:12 am
Reply with quote
Report this post
1. You have some inline formating there:
Code: Select all
<div style="align: center;"><input syle="align:center;" type="submit" name="Submit" value="Potvrdiť odber"></div>

but it should be:
Code: Select all
<div style="text-align: center;"><input syle="align:center;" type="submit" name="Submit" value="Potvrdiť odber"></div>

2. Please edit: /templates/gk_musicstate/css/override.css and add at its end:
Code: Select all
.newsletter input[type="submit"] {display: inline; float: none;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Aug 03, 2015 2:46 pm
Reply with quote
Report this post
thanks. that worked perfectly.
User avatar
Expert Boarder

GK User
Wed Aug 05, 2015 6:12 pm
Reply with quote
Report this post
If you have any additional questions regarding this topic, please let me know.
User avatar
Moderator


cron