Support » Plugin: Black Studio TinyMCE Widget » white space between widgets

  • Resolved i71403

    (@i71403)


    I’ve recently installed Black Studio TinyMCE Widget, and I love it!

    I am, however, experiencing problems with hugemongus white space between my text widgets in the sidebar.

    Is this generic to Black Studio TinyMCE Widget? I haven’t got other plugins installed directly concerned with the sidebar.

    I’ve cruised all over the Google University and have tried all kinds of CSS-advice, but the white space stille glares at me like a map of Africa before Livingstone.

    http://wordpress.org/extend/plugins/black-studio-tinymce-widget/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    Please post a link to your site, so that I can take a look.

    Thread Starter i71403

    (@i71403)

    Ah – sorry. Here it is: http://radiot.dk/

    Plugin Author Marco Chiesi

    (@marcochiesi)

    This is CSS issue, caused by the following rule (in file tewntytwelve/style.css, line 612)

    /* Sidebar */
    .widget-area .widget {
    	-webkit-hyphens: auto;
    	-moz-hyphens: auto;
    	hyphens: auto;
    	margin-bottom: 48px;
    	margin-bottom: 3.428571429rem;
    	word-wrap: break-word;
    }

    There are two margin-bottom attributes. Remove one of them and replace the value with a margin-bottom: 0;

    There is also a 20px padding added elsewehere (line 113) that you may want to change:

    /*For at få kontakt til widgets*/
    .widget-area .widget {
    /*-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius:7px;
    border: 1px solid brown;*/
    padding: 20px;
    margin-right: 10px;
    }

    Thread Starter i71403

    (@i71403)

    Stanley, I pressume? Another white spot eradicated from the map.

    That was awesome! Thank you, Marco Chiesi. Just what I needed. 🙂

    So it was nothing but a few CSS-amendments. And no bugs in Black Studio TinyMCE Widget. Just love that plugin!

    I have installed both Tiny and Ultimate but I still cannot control the line spacing in text or between images and text.

    Plugin Author Marco Chiesi

    (@marcochiesi)

    Hi Phil,
    the line spacing is a mere css issue and it’s not related to our plugin.
    If you post a link to your site, maybe someone could help you, but this is not the right place to ask.
    Also, please note this is a closed (resolved) topic. If you need assistance please open a new one.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘white space between widgets’ is closed to new replies.