jenmenke
Forum Replies Created
-
Tombekistan — I am really bad at this. –and even WORSE at remembering what I did even a single day ago. But it was way, way easier than I thought. I just had to update the style.css with this (to make 5 columns available just in general)
/* Column Classes-pasted from http://wpsmith.net/2013/wp/genesis-2-0-drops-fifths-from-column-classes/
Link: Link: http://wpsmith.net/2013/wp/genesis-2-0-drops-fifths-from-column-classes/
Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
——————————————— */.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
float: left;
margin-left: 2.564102564102564%;Then way down at the end of style.css, (at the very end on mine) after @media only screen and (max-width: 768px)
I added:
}
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
margin: 0;
width: 100%;
}well I think I figured it out from another support questions here:
http://ww.wp.xz.cn/support/topic/make-columns-responsive?replies=7Forum: Installing WordPress
In reply to: The data could not be converted to UTF-8 (wordpress 2.9)thanks. fixed mine too. In fact, it fixed a bunch of things — like the Google Analytics which hadn’t been working even before I upgraded to 2.9. Weird.
Forum: Installing WordPress
In reply to: Can’t Log In To ww.wp.xz.cn blog with supplied infowow. what a bunch of assholes that are supposed to be here to help. I, too, am getting the same EXACT issue as the poster. Talk about being afraid to ask for help. Man it gives me a completely bad feeling about WordPress. Perhaps it is the beta version of Safari that is bungling this up for me. Lord knows I won’t expect any help from the “experts.” Has anyone used the Safari 4 beta and had it work?