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
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 🙂
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.