Scroll bars on Custom Categories

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

This topic contains 7 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 3 years, 3 months ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #31201
    Levy18
    Levy18
    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

    Attachments:
    You must be logged in to view attached files.
    #31203
    Ernest Marcinko
    Ernest 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;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #31204
    Levy18
    Levy18
    Participant

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

    Attachments:
    You must be logged in to view attached files.
    #31207
    Ernest Marcinko
    Ernest 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?

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #31208
    Levy18
    Levy18
    Participant
    You cannot access this content.
    #31210
    Ernest Marcinko
    Ernest 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;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #31211
    Levy18
    Levy18
    Participant

    Yes it works! 🙂
    Thank you!

    #31212
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.