Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sasteffl

    (@sasteffl)

    bump?

    Plugin Author Brainstorm Force

    (@brainstormforce)

    Hey, Firstly thanks for the compliments. ??

    As for your query, to adjust size or the default design of the snippet you will need to make changes in the CSS code of the plugin, if you are comfortable editing the code please do so.

    More specifically ‘#snippet-box’ is the rule in the CSS file of the plugin that controls the size of snippet box.

    Let me know if this helps.

    Regards,
    Sujay

    Thread Starter sasteffl

    (@sasteffl)

    Hi there Sujay, thanks for answering!

    I tried this update in the CSS Stylesheet and it doesn’t appear to be working:

    #snippet-box { width: 99% !important; }
    background: #F0F0F0;
    background: linear-gradient(top, #FFF 50%, #E7E7E7 100%);
    background: -o-linear-gradient(top, #FFF 50%, #E7E7E7 100%);
    background: -moz-linear-gradient(top, #FFF 50%, #E7E7E7 100%);
    background: -webkit-linear-gradient(top, #FFF 50%, #E7E7E7 100%);
    background: -ms-linear-gradient(top, #FFF 50%, #E7E7E7 100%);
    border: 1px solid #ACACAC;
    font-family:inherit;
    font-size: 13px;
    padding: 0;
    margin: 0 0 15px 0;
    float: left;
    width: 99% !important;
    clear: both;

    django_75

    (@django_75)

    Your closing bracket should be at the end of the CSS rules

    #snippet-box { width: 99% !important; //"}" Should not be here
    background: #F0F0F0;
    background: linear-gradient(top, #FFF 50%, #E7E7E7 100%);
    background: -o-linear-gradient(top, #FFF 50%, #E7E7E7 100%);
    background: -moz-linear-gradient(top, #FFF 50%, #E7E7E7 100%);
    background: -webkit-linear-gradient(top, #FFF 50%, #E7E7E7 100%);
    background: -ms-linear-gradient(top, #FFF 50%, #E7E7E7 100%);
    border: 1px solid #ACACAC;
    font-family:inherit;
    font-size: 13px;
    padding: 0;
    margin: 0 0 15px 0;
    float: left;
    width: 99% !important;
    clear: both;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not deleting or moving area, but alignment?’ is closed to new replies.