fatzkidWitAjetPak
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spun] Fixed Content Width in SpunOk, great idea. So, how would I implement this min-width idea into coding? Would you mind offering a coding example in the layout? I would like to minimize the amount of times I have to add min-width so the code the easier to fix if I screw up. Where are the best places to put the value?
Forum: Themes and Templates
In reply to: [Spun] Spun Content width on pages.(The width problem has been solves, so im moving my “fixed width” problem to a new thread.
Thanks a lot guys!
Forum: Themes and Templates
In reply to: [Spun] Spun Content width on pages.Looks like it does on my end. If you make the window narrow, the text gets really narrow. It is all personally opinion I am sure, and it doesn’t look all that bad, but for me I just want the text to get a little more narrow, not a lot more narrow.
Any ideas? 🙂
Forum: Themes and Templates
In reply to: [Spun] Spun Content width on pages.Lol… what? I dont understand what just happened. I posted this fix a page ago xD
Anyway, both width ideas seem to do the exact same thing. My main question is, now that we have figured out how to customize the width, how do I prevent the text from getting so small with I make the page narrow? I posted screenshots in an earlier post to declare what I am talking about.
Forum: Themes and Templates
In reply to: [Spun] Spun Content width on pages.Try replacing the code you have with the code I put in the two posts above.
The only thing I am trying to figure out now is how to make the text stay that width and not resize when I make the window narrow. If I narrow the window a bit, the text gets really narrow… I want the banner and all the other content to stay one size so people view my website at a proper width. 😉
Any ideas? Everything else works great!
Forum: Themes and Templates
In reply to: [Spun] Spun Content width on pages.Also, if you want your content centered, you can change the RESET CSS to be “middle” next to vertical-align.
/* =Reset -------------------------------------------------------------- */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: middle; /*changed to middle*/Now im still working on how to make the text adjust in smaller width rates…
Forum: Themes and Templates
In reply to: [Spun] Spun Content width on pages.Alright, I edited the content from the code listed above to be the following:
this
/* =Content ----------------------------------------------- */ .sticky { } .single .hentry, .error404 .hentry, .page .hentry, .search-no-results .no-results { margin: 0 0 1.5em; left: -5%; padding: 70px 50px; height: auto; width: 100%; position: relative; z-index: 10;and this
/* =Layout ----------------------------------------------- */ #page { background: #fff; margin: 0 auto; padding: 0 50px; width: 1000px; }Now, however, the text in my posts is super narrow if I make the window smaller… is there anyway to adjust the margins to where the text only narrows by a little bit? It gets very tiny…
So… the width on the content is larger, but it gets very narrow when i adjust my window size a bit. What adjustments should I make so the text doesn’t get so tiny?
Forum: Themes and Templates
In reply to: [Spun] Spun Content width on pages.I’m working with adjusting the margins relative to center with the header. I will post my results soon.
Forum: Themes and Templates
In reply to: [Spun] Spun Content width on pages.Ok, i was being stupid with the brackets lol. I am working with this code now. I tried copying and pasting but I’m not sure if it actually expanded my content width on posts. I’ll keep trying this out and post my results. I’m going to try putting this code into the other width sections I mentioned above.
Forum: Themes and Templates
In reply to: [Spun] Spun Content width on pages.For whatever reason, this code completely ruined my website. When I put back the original code, the site is still broken. What in the world? It is broken on Firefox, safari, and mobile safari. (I have tried those three so far)
Forum: Themes and Templates
In reply to: [Spun] Spun Content width on pages.I am currently messing with the margins… but perhaps this is going to take an edit of margins AND width pixels. Hmmm.
For reference, here is my website:
http://www.psysum.anomalisticrecords.com
And I want my posts content to simply be wider. The text area is very narrow in my opinion. I would LOVE the content to be as wide as the main page is. Look at all that space… great… but I want the posts to be like that as well.
Forum: Themes and Templates
In reply to: [Spun] Spun Content width on pages.I have tried editing the CSS stylesheet in the above way as well. I have also tried editing the CSS “width” here…
/* =Layout ----------------------------------------------- */ #page { background: #fff; margin: 0 auto; padding: 0 50px; width: 1000px; }here…
} .single #primary, .page #primary, .search-no-results #primary, .error404 #primary { clear: both; margin: 0 auto; width: 800px;and here…
/* =Content ----------------------------------------------- */ .sticky { } .single .hentry, .error404 .hentry, .page .hentry, .search-no-results .no-results { margin: 0 0 1.5em; padding: 70px 50px; width: 700px; height: auto; z-index: 10; }No luck for me. I am using the exact same thing contagous is using. Thank you all for bearing with us. 🙂
Forum: Themes and Templates
In reply to: [Spun] Spun Content width on pages.I have not. I have been messing around with every “margin” I can find in the editing section. I want two things:
A wider width for website content.
Fixed content so it stays in one spot and doesnt move when i increase and decrease the window size.
This forum has helped me out immensely in figuring out plugins for further browser compatibility, but no one seems to respond to the number of “how do i change the width” threads.
Forum: Themes and Templates
In reply to: [Spun] Spun Content width on pages.I am trying to do the same thing. I have figured out how to customize many things, including the banner, fading animation of the content circles, and under construction site… but I can’t make my website wider.
Someone help, we noobs have no idea what we are doing here.