tiffanyweidman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Sidebar on Home page?Want to share?
I found it but in case anyone finds this and needs it…
http://wordpress.org/support/topic/plugin-contact-form-7-checkboxes-vertical-align?replies=12
ptsangari
Member
Posted 2 years ago #Hi everyone!
composerscott’s explanation was ok and works but i would like to make thinks more clearer by telling the most efficient way to do so.
Got to the wp-content -> plugins and get into the contact-form-7 folder. Open the stylesheet.css file and go to the end. Second last code block (i mean the second block before the end) looks like this:
span.wpcf7-list-item {
margin-left: 0.5em;
}You must only put: display: block; inside and it will be like this:
span.wpcf7-list-item {
margin-left: 0.5em;
display: block;
}Save and exit. That’s all!!!
How did you put your checkbox items in a list? Mine just show in a wrapped line.
Forum: Plugins
In reply to: where can I report a plugin?I found this post about editing the code http://www.blackhatworld.com/blackhat-seo/blogging/96471-friends-beware-those-who-using-wordpress-easy-adsense-plugin.html so it won’t skim off the top… I believe in donating to developers but this is just wrong.
The worst I felt is that I set this up on one of my clients blogs. I felt so bad that I cost her money.
He must be doing good though at 107k downloads.