Home › Forums › Jevelin Theme › Centre counter data
Home › Forums › Jevelin Theme › Centre counter data
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.
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
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; }
Thank you – that last code has worked.
You are most welcome here š