• I am using the Topbar Countdown on my site (currently not live). I am using without a logo and with out message text. This makes the content shift over to the left. Is it possible to have it centred?
    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    thanks for contact us!
    Please go in Appearance > Customize > Additional CSS and add this rules:

    #yith-topbar-countdown .countdown_information {
        float: none !important;
        display: inline;
    }
    
    #yith-topbar-countdown .wrapper_inner {
        text-align: center;
    }

    I have tested it in our live demo and works fine.
    I hope this sounds good for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Centre YITH Topbar Countdown’ is closed to new replies.