Unable to adjust width of settings (categories and tags) box

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Unable to adjust width of settings (categories and tags) box

This topic contains 2 replies, has 2 voices, and was last updated by DanConnell888 DanConnell888 3 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23394
    DanConnell888
    DanConnell888
    Participant

    I am trying to expand the width of the box that contains categories and tags to fill the width of the container box.

    I am having trouble doing this. Can you let me know the best way to fix this?

    I have included an image to represent what I am rying to achieve.

    I am also unable to change the (font, size, colour) of the titles of the settings (categories) and tag (phases). Can you assist with this also?

    Attachments:
    You must be logged in to view attached files.
    #23422
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    You can change the column width of these options under here: https://i.imgur.com/34pcztv.png
    The options drop down and header fonts can be changed here: https://i.imgur.com/UntmDvF.png
    In some cases those fonts and colors might be inherited from the theme, in that case, using custom CSS is the only option:

    /* The option labels font color */
    fieldset .asp_option_label,
    fieldset .asp_label {
        color: red !important;
    }
    
    /* The header font color */
    .asp_sb fieldset legend,
    .asp_sb fieldset legend {
        color: blue !important;
    }
    Best,
    Ernest Marcinko

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


    #23426
    DanConnell888
    DanConnell888
    Participant

    Thank you for your help 🙂

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

You must be logged in to reply to this topic.