Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Maintenance Mode Countdown Edits – Hide Seconds?

Topic Resolution: Resolved
Viewing 1 reply thread
  • Author
    Posts
    • #32291
      hippo
      Support Expired

      Hello I am trying to edit the countdown because the seconds are dropping down on mobile screen size. any help would be great. i can’t figure out the css and i don’t see any options in the theme settings. I think a simple solution could be to hide the seconds but i can’t figure it out.

      Thank you

    • #32300
      Harry
      Support Expired

      Hi,

      I see you add custom css.

      .inner.cw {
      	background-color: #ffffffcf;
      	color: #000;
      	padding: 38px;
      }

      Please change to

      .inner.cw {
      	background-color: #ffffffcf;
      	color: #000;
      	padding: 25px;
      }

      Or add below code to Claue > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 736px) {.inner.cw {padding: 25px;}}

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 1 reply thread

You must be logged in to reply to this topic.