Category Siblings Mobile Theme

Posted in: Newspaper
Post count: 150

Hello,
is there a way to display all category siblings in the mobile theme?
On my iPhone 13mini I just see 3 siblings, but there are four: https://rauf-und-davon.at/tourenberichte/
All the best and thanks,
Daniel

Post count: 27744

Hello Daniel,

I have checked with my Android phone, and it displayed all four. Please clear the cache of the browser.

Thank you!

Post count: 150

It depends on the screen size. If the screen is small and the siblings need two rows, the second row isn’t displayd.

Post count: 27744

Hi,

Please set this code in Theme Panel -> Mobile theme -> custom code -> custom css .td-category
{
overflow: visible;
}

Thank you!

Post count: 150

Thanks i can see them now!
Is there a way to make some kind of padding or margin if the overflow is visible? Because there is now no space between the “overflow sibling” and the .td-category-description. If i give the .td-category an extra margin, the space is too big, if there is now “overflow sibling”.
All the best and thanks,
Daniel

Post count: 150

Gave it display: inline; that fixed it. Thanks.
All the best,
Daniel

Post count: 27744

Hello,

I’m glad that you managed to solve it.

Have a great day!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.