I have searched all over and I am a little confused about my first plugin that I am developing.
I created a shortcode that the user can use on any page they create. The issue is that on a lot of themes the plugin gets pushed out of container width.
I think that most templates are 960px wide, and my plugin is 800px wide (I am not looking for advise on developing with em, percentages, etc. this is a fixed sized plugin).
How can I stop css clashes? I want the container width to be 960px wide. There must be some default id's and classes that I can overwrite in my css.
I would imagine themes use standard naming conventions in order to allow users to switch at anytime.
EDIT: I would also like to remove any sidebar() that is showing on the page...help!?
Anyway, does anyone have advice on this?
thanks!