Title: superradish's Replies | WordPress.org

---

# superradish

  [  ](https://wordpress.org/support/users/superradish/)

 *   [Profile](https://wordpress.org/support/users/superradish/)
 *   [Topics Started](https://wordpress.org/support/users/superradish/topics/)
 *   [Replies Created](https://wordpress.org/support/users/superradish/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/superradish/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/superradish/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/superradish/engagements/)
 *   [Favorites](https://wordpress.org/support/users/superradish/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Ultimate - Content Elements] How to add Offset to Column?](https://wordpress.org/support/topic/how-to-add-offset-to-column/)
 *  [superradish](https://wordpress.org/support/users/superradish/)
 * (@superradish)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/how-to-add-offset-to-column/#post-7538195)
 * Do you want to move the entire set of columns over or just one column? I’ve got
   a workaround for the first but the second would be a bit more tricky.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Ultimate - Content Elements] Background Transparent](https://wordpress.org/support/topic/background-transparent-10/)
 *  [superradish](https://wordpress.org/support/users/superradish/)
 * (@superradish)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/background-transparent-10/#post-7566670)
 * .black > .su-note {
    height: auto !important; /* !important is used to force 
   override. */ width: auto; margin: 2 2 2em 2%; border-color: rgba(0,0,0,0.85);
   border-width: 2px; border-style: solid; }
 * .black > .su-note-inner {
    height: auto !important; padding: 1em; border-width:
   1px; border-style: solid; background-color: #000000; background-color: rgba(00,
   00, 00, 0.5); }
 * Add these to your settings css in the shortcodes plugin section, or the main 
   css for your theme. i prefer the former because it’s more portable for other 
   pages i am making.
 * in this case you could call it with [su_note class=”black” note_color=”none” 
   text_color=”#ffffff”] and change the border to be .. whatever.

Viewing 2 replies - 1 through 2 (of 2 total)