mitchellkarr
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Staff List] Strange CSS IssueOne thing I’ve noticed is that after I save the custom CSS, when I come back to that page the code is gone.
Is it possible to bypass the custom CSS box and go straight into the plugin’s CSS via the plugin edit link in WordPress and fix this issue?
Forum: Plugins
In reply to: [Simple Staff List] Strange CSS IssueThis is what is in the custom CSS box right now:
img.staff-member-photo { float: left; position: absolute; padding-right:10px; } /* Wrap around staff info */ .staff-member-info-wrap { position: relative; float: left; width: 70%; margin-left: 3%; } .staff-member-name, .staff-member-position { clear:none; }And it still won’t move. I’m sorry to be blowing up this thread and this issue isn’t the plugins fault. In fact, this is the easiest to use plugin and for my site, which will eventually be turned over to a client, it is perfect.
I just don’t understand why nothing is working. Is it possible that the CSS isn’t overriding the default? Even simple changes don’t work.
Forum: Plugins
In reply to: [Simple Staff List] Strange CSS IssueI couldn’t get this to work. This is what is currently in my custom CSS box:
img.staff-member-photo { float: left; position: absolute; padding-right:10px; } /* Wrap around staff info */ .staff-member-info-wrap { position: relative; float: left; width: 70%; margin-left: 3%; }See anything wrong?