Attention!

These forums are not monitored. We provide the discussions forum as a place for users of free extensions to help each other and find answers, not as a place for our staff to deal with urgent support issues. Our staff very rarely responds to forum posts. Occasionally we will respond to forum posts but responses are not guaranteed.

If you have an active subscription for a commercial extension and wish to receive support please login to your Artetics.com account and submit a ticket. The ticketing system is the best way for you to get assistance in a timely manner.

Thank you!

  Friday, 15 June 2012
  5 Replies
  3.4K Visits
0
Votes
Undo
Hi,

I have setup a art clock module on my website with 2 clock.
I want them to chow Horizontaly but no matter what I do, keep showing Verticla.
HEre is my artclock.css settings
Please let me know what is wrong in it

.artclock_label {
display:block;
text-align: center;
font-size: 1em;
text-transform: uppercase;
margin-bottom: 5px;
font-weight: bold;
color: #000099;
}

.artclock {
display: block;
float: left;
}
.artclock_clock {
width: 90px;

span.artclock_clock p {
text-align: center;
margin-bottom: 20px;
} [img size=472]http://www.artetics.com/images/fbfiles/images/clock-e1005c52abac8b1d0e749f9294eb7851.png[/img]
more than a month ago
·
#17707
0
Votes
Undo
Hello,

This is the question of CSS.

What is the URL to have a look? It would be easier to advise.

Regards,
artetics.com team

If your question has been answered, please choose "Accept as Answer" on the correct post and/or mark your question as Resolved.

more than a month ago
·
#17708
0
Votes
Undo
Thank you for the fast answer.
site is: asbamchicago.org
more than a month ago
·
#17709
0
Votes
Undo
Please add the following CSS rule:

.artclock_clock {
float: left !important;
}

Regards,
artetics.com team

If your question has been answered, please choose "Accept as Answer" on the correct post and/or mark your question as Resolved.

more than a month ago
·
#17710
0
Votes
Undo
Thank you it worked. But now thare is alot of empty space on the right. How can I put more space between the 2 clock to fill the gap on the right?
more than a month ago
·
#17711
0
Votes
Undo
Something like this:

.artclock_clock {
float: left;
margin-right: 30px;
}

Regards,
artetics.com team

If your question has been answered, please choose "Accept as Answer" on the correct post and/or mark your question as Resolved.

  • Page :
  • 1
There are no replies made for this post yet.
Be one of the first to reply to this post!