Hello.
I have 12 categories on accordion / toggle. When page is shown on mobile, some of the sorting options disappears outside the screen. No idea why some of them do this, but not all.
I tried to fix it using word break. It kind of worked, but it will break some word midword. Thats not ideal. Also I noticed that some words dont break, but entire word is bumped down. This is ok, but lots of places word is bumped down even though its room for it. Nothing makes sense to me. See attached image.
Hey snitt,
Can you please post a link to your page where we can see the issue?
Best regards,
Yigit
adress in private
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 480px) {
.taglist .tag-seperator {
float: left;
padding-top: 5px;
}
.taglist a {
float: left;
}}
Best regards,
Yigit
Almsost.
On some devices theres a large gap between sort options. See attached files.