Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #848086

    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.

    #848636

    Hey snitt,

    Can you please post a link to your page where we can see the issue?

    Best regards,
    Yigit

    #848640

    adress in private

    #848655

    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

    #848667

    Almsost.

    On some devices theres a large gap between sort options. See attached files.

    #849634

    Hi,

    I am afraid that might not be easily possible. Would you like to display sort options horizontally instead?

    Best regards,
    Yigit

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