Home Forums Basel support forum Timer styling

Timer styling

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #111972

    pgreyhat
    Participant

    Hello. Image 1 shows the current style of my countdown timer, I would like it to align like Image 2 from the demo.

    Attachments:
    You must be logged in to view attached files.
    #112054

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media screen and (max-width:430px){
    body .basel-timer > span {
        min-width: 60px;
        min-height: 40px;
    	width:60px;
    }
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)