Centre counter data

Home Forums Jevelin Theme Centre counter data

Home Forums Jevelin Theme Centre counter data

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • MonologueHQ
    Participant

    Hi,

    We have a counter displayed on beat.ie which works well except for one thing – the item circled is not centered. It’s happening on mobile and desktop.

    I would like to make all elements centered, across devices.

    Thanks.

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

    Hi @MonologueHQ,

     

    I hope you are well today and thank you for your question.

     

    You can center align it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    ul#list-Wrp7bGRiFB {
        text-align: center;
    }

     

    Best regards,
    Shufflehound team

    MonologueHQ
    Participant

    Hi,

    I added the code but it doesn’t seem to work. I’ve cleared cache on mobile and desktop and no change.

    Solution for this topic

    Please try changing the above shared CSS code as below.

     

    .home #page-container .sh-list {
        text-align: center;
    }

    MonologueHQ
    Participant

    Thank you – that last code has worked.

    You are most welcome here 🙂

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