Digital experiences for all disciplines
Forum Replies Created
-
-
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]what about .col-md-push-* and .col-md-pull-* modifier classes ?
i want to use different css styling for minimal table and bordered table
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;
}that did the trick, thank you!
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
yes, it is 50 – but i use logo font, no logo upload
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]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
actually, just the icon in the colored button is fine, no text is necessary
This reply has been marked as private.figured it out, thanks!
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]This reply has been marked as private.think about it this way, contrasting color to text/icon
dark text/icon – light color
light text/icon – dark colorlight yellow / dark yellow
light green / dark green
light blue / dark blue
light pink / dark pink
light orange / dark orange
light red / dark red -
Posted in: Reply To: Add More Button Colors