Home Forums Total Center Counter (Total)

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2819
    smanthey
    Participant

    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!

    #2836
    smanthey
    Participant

    I 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. 🙂

    #2863
    Hash
    Keymaster

    Here is the working CSS

    .ht-counter-wrap{
    text-align: center;
    }

    .ht-counter{
    float: none;
    display: inline-block;
    }

    #2955
    smanthey
    Participant

    Awesome, 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?

    #2956
    Aussy
    Participant

    Good Day Forum how can i embed header background on Total theme, just like the Hash One theme has

    any help will be greatly appreciated

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.