Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3245595
Countdown in elementor
Closed

Comments

  • tatawbcn started the conversation

    hi 

    I try tu use pencil countdown in elementor but its not responsive for me 

    For mobile i cant scale it also i cant make all numbers in one line 

    Can you help me with that problem 

  •  2,541
    PenciDesign replied

    Hi,

    Please send me the URL that you've inserted this element.

    Regards,
    PenciDesign.


  •   tatawbcn replied privately
  •  2,541
    PenciDesign replied

    Hi,

    For this case, please also send me your WordPress admin account in a PRIVATE reply.
    I'll log in and try to help you check this problem.

    Regards,
    PenciDesign.



  •   tatawbcn replied privately
  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 767px) {
        .penci-countdown-row {
            display: flex;
            justify-content: center;
            align-content: center;
        }
    }

    Regards,
    PenciDesign.