Hello,
what you ask is beyond the scope of our plugin and it’s a pure css matter.
You should modify the style.css of your theme and add the following.
Example:
.widget_black_studio_tinymce {
border: solid 1px black;
padding: 5px;
width: 200px;
}
Note: If you want to apply the same styling to all widgets, not just TinyMCE ones, change the selector .widget_black_studio_tinymce to .widget.
yeah i tried that. this issue is really freaking weird. it’s like i have some secret code somewhere that says IGNORE ANY CODE THAT INSTRUCTS YOU TO CREATE A BORDER. There is nothing I can do to make a border appear in the sidebar. It’s insane.
Hi dequecolour,
borders only depends on CSS and are beyond the scope of our plugin. That kind of stuff is usually strictly related to your theme and how it handles styles. Anyway, if you post a link to your site, I think that someone may help you adjust it the way you want. A better place for CSS support questions is the Themes & Templates forum.