Forum Replies Created

Viewing 15 posts - 136 through 150 (of 155 total)
  • Posted in:
  • in reply to: Table Resize Descending Order #90848
    icecast
    Member
    Post count: 182

    so how would i do “.col-md-9 .col-md-push-3” and “.col-md-3 .col-md-pull-9” with

    [one_fourth]
    1/4 Text
    [/one_fourth]
    [three_fourth_last]
    3/4 Text
    [/three_fourth_last]

    in reply to: Table Resize Descending Order #90842
    icecast
    Member
    Post count: 182

    what about .col-md-push-* and .col-md-pull-* modifier classes ?

    http://getbootstrap.com/css/#grid-column-ordering

    in reply to: Minimal Table CSS #90825
    icecast
    Member
    Post count: 182

    i want to use different css styling for minimal table and bordered table

    in reply to: Minimal Table CSS #90815
    icecast
    Member
    Post count: 182

    i already have a standard bordered table that uses code below – want to have different css styling for minimal table than bordered table

    ————————

    .sf-table a.sf-button.black, .sf-table a.sf-button.white, .sf-table a.sf-button.blue, .sf-table a.sf-button.grey, .sf-table a.sf-button.lightgrey, .sf-table a.sf-button.orange, .sf-table a.sf-button.turquoise, .sf-table a.sf-button.green, .sf-table a.sf-button.pink, .sf-table a.sf-button.gold, .sf-table a.sf-button.transparentlight, .sf-table a.sf-button.transparentdark {
    width: 100%;
    height: 49px;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 49px;
    text-align: center;
    }
    .sf-table a.sf-button.large {
    font-size: 28px;
    }

    in reply to: Firefox Logo Bug #90746
    icecast
    Member
    Post count: 182

    that did the trick, thank you!

    in reply to: Firefox Logo Bug #90718
    icecast
    Member
    Post count: 182

    i have only made css changes. you are probably confusing me with someone else – my logo font has always appeared in the proper place for header #4 from header layouts in chrome browser

    the issue only occurs in firefox browser

    in reply to: Firefox Logo Bug #90702
    icecast
    Member
    Post count: 182

    yes, it is 50 – but i use logo font, no logo upload

    in reply to: 1/3 2/3 Default Display #90652
    icecast
    Member
    Post count: 182

    seems to work for me with 1/4 3/4

    except, when i try to change last column order from 3/4 to 1/4

    [one_fourth_last]
    SEARCH FORM
    [/one_fourth_last]
    [three_fourth]
    CONTENT
    [/three_fourth]

    in reply to: Custom Buttons #90583
    icecast
    Member
    Post count: 182

    to clarify, i am using 2 buttons now – one in top row, and one in bottom row

    code above with 49px height works great in bottom row

    now trying to add icon to top row button – looking for 249px button height, with similar height icon and 5px padding-top / padding-below

    in reply to: Custom Buttons #90581
    icecast
    Member
    Post count: 182

    actually, just the icon in the colored button is fine, no text is necessary

    in reply to: Custom Buttons #90579
    icecast
    Member
    Post count: 182
    This reply has been marked as private.
    in reply to: Table Backgrounds #90575
    icecast
    Member
    Post count: 182

    figured it out, thanks!

    in reply to: Table Backgrounds #90570
    icecast
    Member
    Post count: 182

    thanks, i looked at those links and do not see anything about customizing specific cells or rows. any suggestions to customize within shortcode below?

    [one_fourth]
    [table type=”striped_bordered”]
    [trow]
    [thcol]HEAD COL 1[/thcol]
    [/trow]
    [trow]
    [tcol]ROW 1 COL 1[/tcol]
    [/trow]
    [trow]
    [tcol]ROW 2 COL 1[/tcol]
    [/trow]
    [trow]
    [tcol]ROW 3 COL 1[/tcol]
    [/trow]
    [trow]
    [tcol]ROW 4 COL 1[/tcol]
    [/trow]
    [trow]
    [tcol]ROW 5 COL 1[/tcol]
    [/trow]
    [trow]
    [tcol]ROW 6 COL 1[/tcol]
    [/trow]
    [trow]
    [tcol]
    [sf_button colour=”orange” type=”standard” size=”standard” link=”http://spotify.pro/” target=”_self” icon=”ss-volume” dropshadow=”no” extraclass=””]JOIN![/sf_button]
    [/tcol]
    [/trow]
    [/table]
    [/one_fourth]

    in reply to: Custom Buttons #90491
    icecast
    Member
    Post count: 182
    This reply has been marked as private.
    in reply to: Add More Button Colors #90446
    icecast
    Member
    Post count: 182

    think about it this way, contrasting color to text/icon

    dark text/icon – light color
    light text/icon – dark color

    light yellow / dark yellow
    light green / dark green
    light blue / dark blue
    light pink / dark pink
    light orange / dark orange
    light red / dark red

Viewing 15 posts - 136 through 150 (of 155 total)