• Resolved kkcomputing

    (@kkcomputing)


    Hi, is there a way to change the font size on the form when you press the upload button on the front end, currently i can’t read the drop downs as they’re too big. or is there a bit of css i can add to my theme ?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author bhaldie

    (@bhaldie)

    it more than likely a theme style issue. Take a look at a browser inspector and see what is controlling the font.

    Thread Starter kkcomputing

    (@kkcomputing)

    was thinking it might be, but the theme has settings to change the font size and it doesn’t seem to affect it, below is a copy of the code off one of the text boxes..

    <div class=”form-group form-group-lg has-success”>
    <label class=”col-sm-2 control-label” for=”mdocs-name”>Title</label>
    <div class=”col-sm-10″>
    <input class=”form-control” type=”text” name=”mdocs-name” id=”mdocs-name”></div>
    </div>

    Plugin Author bhaldie

    (@bhaldie)

    yeah that is not going to tell me anything.. I would need to see the site to give you a definite answer.

    Thread Starter kkcomputing

    (@kkcomputing)

    thanks, anyway i could send you the site private?

    Plugin Author bhaldie

    (@bhaldie)

    no I can only deal with public sites.

    Thread Starter kkcomputing

    (@kkcomputing)

    okie dokie, thanks anyway.. it’s probably the theme , i’ll keep tinkering

    Plugin Author bhaldie

    (@bhaldie)

    if the theme is a free WordPress theme I could download that?

    Thread Starter kkcomputing

    (@kkcomputing)

    Jevelin Multi-Purpose, it’s not a free one though and my support has expired, ah i’ll figure it out eventually , i’m just lazy 😛

    Plugin Author bhaldie

    (@bhaldie)

    okay, if you have any other questions let me know.

    Thread Starter kkcomputing

    (@kkcomputing)

    Thanks, found the problem,

    .form-group-lg.form-control{height: 46px;padding: 10px16px;font-size: 18px;line-height: 1.3333333;border-radius: 6px

    found the padding too big so i changed it to padding:1px 5px; in the theme settings

    one other thing, is there or will there be a shortcode for folder list?

    Plugin Author bhaldie

    (@bhaldie)

    to display a current folder use the shortcode [mdocs cat=”Name of Folder”]

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Upload Button Form Font Size’ is closed to new replies.