Home Forums WoodMart support forum Problem with timer in the mobile view

Problem with timer in the mobile view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #106608

    Meqqui
    Participant

    Hi,

    in the 2 columns mobile view the timer is shown on 2 rows, is it possible to display it smaller and only on one row?

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

    Hello,

    Add the code to the Theme Settings > Custom CSS > Mobile:

    body .woodmart-timer > span {
        min-width: 40px;
        min-height: 40px;
        font-size: 16px;
    }
    
    body .woodmart-timer > span span {
        font-size: 9px;
    }

    Best Regards

    #106706

    Meqqui
    Participant

    Thank you!

    #106723

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Problem with timer in the mobile view’ is closed to new replies.