• Hi guys, hoping you can assist.

    I’m sure it’ll be a CSS issue, however is there a way of spreading the countdown and text below wider whilst using the Hoth countdown?

    For example this is how it looks like at present:

    View post on imgur.com

    Ideally, i’d like to separate the wording (days, hours etc.) away from the countdown.

    Thanks in Advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter PESOnline

    (@pesonline)

    Just as an update, i’ve used the CSS from another thread here:

    .cloud-city-dash_title {
    bottom: -2em;
    }

    replacing cloud-city with hoth

    .hoth-dash_title {
    bottom: -2em;
    }

    shows no change, however if i place the em as a positive number, the text is removed.

    Thanks again

    Plugin Contributor twinpictures

    (@twinpictures)

    There must be some CSS in your theme that is overriding the countdown CSS.
    Can you share a link to your site? If not, you might need to use a larger negative number:

    .hoth-dash_title {
       bottom: -5em !important;
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adjust Countdown and Text Below in Hoth’ is closed to new replies.