Smart list numbering

Posted in: Newspaper
Post count: 53

Since the update the numbering on my smart lists has moved and looks silly- https://justifyingfun.com/best-indoor-jungle-gym-kids-love-indoor-monkey-bars/

how can i fix this?

thanks.

Post count: 22421

Hello,

Please check your custom css as it could not be compatible in the current version anymore.

Thank you!

Post count: 53

Okay, do you know how I could change it / what isn’t compatible? Thanks

Post count: 22421

Hello,

Please first try to remove all of it and see if the problem is gone.
I see a code that affects this class like so:
.td-sml-current-item-nr{
position: absolute;
top: -45px;
left: -42px;
width: 90px;
height: 90px;
line-height: 85px;
border-radius: 50%;
border: solid .3em #2D9EDD;
box-shadow: 0 2px 10px rgba(30,30,30,.2);
background-color: #fff;
text-align: center;
color: rgb(45, 158, 221);}

That part of the code must be removed if you want the original style back

Thank you!

Post count: 53

Yeah, that code made a border around each of the smart list items which looked really good, but i can’t figure out how to make that again now the theme has changed slightly. Do you know what code might achieve that? I think it just needs a slight change in positioning so the circle around the number and box line up correctly

Post count: 53

https://borncute.com/best-magnetic-toys-for-kids/ seem to achieve it on their page and that’s how mine looked before it changed 🙂 thanks

Post count: 1043

Mine still works well, even though I slightly modified the code for responsive devices https://www.epickenyan.com/the-office-of-the-controller-of-budget-in-kenya/

Post count: 22421

Hello,

Try this code:

.td_smart_list_2 .td-sml-current-item-nr{
position: absolute;
top: -40px;
left: -42px;
width: 90px;
height: 90px;
line-height: 85px;
border-radius: 50%;
border: solid .3em #2D9EDD;
box-shadow: 0 2px 10px rgba(30,30,30,.2);
background-color: #fff;
text-align: center;
color: rgb(45, 158, 221);
}

Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.