kkcomputing
Forum Replies Created
-
Forum: Plugins
In reply to: [Memphis Documents Library] Upload Button Form Font SizeThanks, 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?
Forum: Plugins
In reply to: [Memphis Documents Library] Upload Button Form Font SizeJevelin 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 😛
Forum: Plugins
In reply to: [Memphis Documents Library] Upload Button Form Font Sizeokie dokie, thanks anyway.. it’s probably the theme , i’ll keep tinkering
Forum: Plugins
In reply to: [Memphis Documents Library] Upload Button Form Font Sizethanks, anyway i could send you the site private?
Forum: Plugins
In reply to: [Memphis Documents Library] Upload Button Form Font Sizewas 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>