- This topic has 4 replies, 3 voices, and was last updated 6 years, 8 months ago by Aussy.
- AuthorPosts
- April 17, 2017 at 9:44 pm #2819smantheyParticipant
Hi there,
Awesome theme! I’m working on my site locally. I’m wondering if I have less than 4 counters in the Counter Section, is there a way to center it?
I tried using this code I found in the Hash One forum, but that didn’t work:
.hs-counter-wrap{
text-align: center;
}.hs-counter{
float: none;
display: inline-block;
}Any help is greatly appreciated. 🙂 Thanks!
April 21, 2017 at 3:26 am #2836smantheyParticipantI found a solution! I went into the total/style.css and adjusted line 2128:
margin-left: -5%
changed to
margin-left: 11%And that seems to have worked well for the number of counters. 🙂
April 22, 2017 at 12:19 pm #2863HashKeymasterHere is the working CSS
.ht-counter-wrap{
text-align: center;
}.ht-counter{
float: none;
display: inline-block;
}May 4, 2017 at 8:36 pm #2955smantheyParticipantAwesome, thank you! I have a follow-up to my counter question.
If I reduce the size of my browser window, it’s also shrinking down the size of the counter boxes, though not the size of the numbers within those boxes. This results in some of my larger numbers (ex: 258,000) having their last numeric wrapped beneath itself. Is there a limit to the number of values we enter and/or is there some way to have the digits shrink with the box size?
May 5, 2017 at 3:38 pm #2956AussyParticipantGood Day Forum how can i embed header background on Total theme, just like the Hash One theme has
any help will be greatly appreciated
- AuthorPosts
- You must be logged in to reply to this topic.