• When I view my browser at 100% it shows the countdown in a vertical way.
    If i view it under 100% it will show it as horizontal.
    How do I make the countdown timer so it will be in a horizontal way all the time?
    00:00:00
    instead of
    00
    00
    00

    • This topic was modified 6 years, 2 months ago by ymca. Reason: found out just now the change
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author weblizar

    (@weblizar)

    Hi Ymca

    Thanks for using our plugin.

    We have checked the plugin is working fine in our testing site and server.

    So, Please share us website URL, We will check it and fix the issue as well.

    thank

    Thread Starter ymca

    (@ymca)

    https://www.hotforthis.com/

    Both FireFox and Chrome are changing it to vertical.

    Plugin Support weblizar_support

    (@weblizar_support)

    Hi,
    ymca

    Please follow the Instruction given below:-
    1) Go to your theme Appearance > Customize
    2) select Additional CSS option.
    3) Add this CSS code in Additional CSS.

    #main_div_container .carousel-caption {
        position: inherit;
    }

    thanks

    Thread Starter ymca

    (@ymca)

    Didn’t work.
    Also tried it with the “Twenty Nineteen” theme.

    Plugin Support weblizar_support

    (@weblizar_support)

    Hi,
    ymca

    Ok, We have checked it. Please apply this CSS code in our plugin style.css file so you can fix that issue.
    file -:
    options > CSS > style.css

    #main_div_container .carousel-caption {
        position: inherit;
    }

    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Count down timer is vertical’ is closed to new replies.