Posts by Lhew • 111 points
4 posts
-
0
votes2
answers60
viewsA: Text is not centered within a div.Row element
Its elements p are not 100% within the .row. Try creating this rule: .col .text-center { width: 100%; }…
-
0
votes3
answers238
viewsA: Footer does not position at the bottom of the page
If I understand correctly, you want the form(s and inputs) to appear at the end of html, then add this to your css: body, html{width:100%; height:100%} form{position:absolute; bottom:0 }…
-
0
votes2
answers277
viewsA: Problem with Animate.css in fonts in Safari
I noticed that you are not listed on your site the css property text-Rendering: optimizeLegibility;. Have you tried that?
-
1
votes2
answers49
viewsA: Wordpress Folder Permissions - 500 Internal Server
There may be several things, but here is a list of what you can try. Install another wordpress instance on your host; if it works, it’s not your host’s problem. Remove the permalink option and…