This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Scroll bars on Custom Categories

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Scroll bars on Custom Categories

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #31201
    Levy18Levy18
    Participant

    Hi!
    Is there any way to get rid of those horizontal scroll bars?
    Or maybe some way to make all categories filters flex on empty place inside container?

    Best Regards,
    Kamil

    #31203
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Kamil,

    Those should not be there in the first place, so I suspect a CSS conflict of some sort. Try this custom CSS to force hide them:

    .asp_w form[name=options] fieldset,
    .asp_w form[name=options] fieldset .categoryfilter {
        overflow-x: hidden !important;
    }
    #31204
    Levy18Levy18
    Participant

    I tried it and it works but now button is cut down.

    #31207
    Ernest MarcinkoErnest Marcinko
    Keymaster

    I don’t know then, I will have to see this in order to be able to tell. Can you please share a relevant URL?

    #31208
    Levy18Levy18
    Participant

    You cannot access this content.

    #31210
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Thanks!

    These should resolve it:

    .asp_w form[name=options] fieldset,
    .asp_w form[name=options] fieldset .categoryfilter {
        overflow-x: hidden !important;
    }
    
    .asp_w form[name=options]>fieldset .asp_r_btn {
        box-sizing: border-box !important;
    }
    #31211
    Levy18Levy18
    Participant

    Yes it works! 🙂
    Thank you!

    #31212
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

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