jknetdesign
-
Dynamic centering of text
Yeah some sentences in some posts are really short and others are really long. The paragraph needs to center according to whatever the longest sentence is, but text in the paragraph stay left aligned.
-
Dynamic centering of text
You don't think some kind of margin-left: auto and margin-right: auto with a display: inline would work. The client would have to use ul for all the poems?
-
Dynamic centering of text
That helps. Thanks again Paulie.
-
Dynamic centering of text
On his old static site he controlled every post with margins and widths so the content is always centered. So I'm just trying to achieve some kind of auto centering css according to whatever the length of the sentences are for each poem. Those…
-
Center Links In A Circular Sprite
Works perfect, thank you.
-
Spread Classes Evenly Within Wrapper
That works nicely. This is perfect code for a dynamic grid populated with post types. Thanks again Paulie and thanks Cyanoxide!
-
Spread Classes Evenly Within Wrapper
I fixed the scroll bar because I used your #section1 properties. Problem now is It needs to work when I add more posts. If you look now the child is the 4th class. How do I disable right margin on the 3rd class on each row?
-
Spread Classes Evenly Within Wrapper
Just what I was looking for, but what is causing the scroll bar?
-
Vertical align image sprites horizontally in footer
I put height: auto on the footer because the height was coming from the parent theme's css. Thanks.
-
Vertical align image sprites horizontally in footer
Any one there?
-
Vertical align image sprites horizontally in footer
Please elaborate on the font.css issue so I can override that rule set in the child theme's style sheet. Otherwise I implemented all suggestions except for these questions. 1.) Just to be proper should I use ul class="social" inste…
-
twentytwelve theme css mess
Still in dev but when in doubt use one background image. Your text to link here... The header looks good on mobile. Now I can use the same approach to use a different layout for the content on mobile. Thanks Paulie and Aaron!
-
twentytwelve theme css mess
I was just kidding because this has been frustrating, but I'm about to mark as solved because I'm just using one repeating background and media queries. I've learned a lot from you too.
-
twentytwelve theme css mess
At this point my career is being affected so I just used a 1 piece background. Do you have any idea how to move the logo up on the iPhone without adding a break tag in .phone ? There's a lot of floats and clears going on. Any idea how to style …
-
twentytwelve theme css mess
Why can't we take the menu out of the wrapper?
-
twentytwelve theme css mess
Appreciate you not giving up on my topic. Is there a way to get you the header file so you can see the entire code?
-
twentytwelve theme css mess
Maybe this is why one of hte guys from the WordPress support said he doesn't know how to set the nav to 100% without setting the body background.
-
twentytwelve theme css mess
If you download WordPress and look at the style.css in the Twentyeleven theme, at the bottom is the media queries. Otherwise a child theme imports this style sheet and allows an override. If I comment out that line in the original style sheet it wi…
-
twentytwelve theme css mess
I can't just remove it since it's a child theme. Do you want me to set it to auto? I tried that and there's no improvement. Now there's a large horizontal scroll on mobile. .menu-main-container, .main-navigation ul.nav-menu, an…
-
twentytwelve theme css mess
Your text to link here... Please check now. Something is not taking.
-
twentytwelve theme css mess
Hey Paulie. Still nothin there?
-
twentytwelve theme css mess
I've follwed your css instructions. That link you gave is empty. The fade.jpg used to be on the html tag. Now it's on the body tag. Hope that's pro. Will negative margins cause the page on the iPhone to move horizontally? Maybe just…
-
twentytwelve theme css mess
That helped on the iPhone. How do you suggest I move the .site-header h2 up under the title and the .extra-menu-top up more. Also, do you see any issues with .menu-main-container? What's the proper way to move it up? and should I adjust the h…
-
twentytwelve theme css mess
I did the best I could on that header. I left the css to a minimum to get clean feedback. Still compacted on iPhone but I didn't replace hgroup with a class like Aaron suggested. I thought hgroup was an important mobile tag? Should I just crea…
-
twentytwelve theme css mess
First thing in the morning. I plan on asking for your assessment when I'm done, if you don't mind. Appreciate it.
-
twentytwelve theme css mess
Maybe I should get the source straight first. The new elements I introduced are the header-menu, phone, and search_form. Where should I place these in the code?