ErikWunder
Forum Replies Created
-
Is it ok to post NSFW addys here? It’s an adult blog…
Forum: Themes and Templates
In reply to: [Chunk] Help With A Few CCC Issues, Pleaseabsolutely perfect! thank you so much for your time and effort with this!
Forum: Themes and Templates
In reply to: [Chunk] Help With A Few CCC Issues, PleaseI removed what css code I had that got close to the result, but it blotched up comments on posts. I had this, but it was messing something up –
.page .navigation, #comments {
display: none
}.hentry .main, .main, #comments, .navigation, #widgets, .widget-area .widget, #footer {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
}I removed the code from my child theme, and now I have the full space visible that I need removed at the bottom of pages – https://lindalush.com/about. Everything from the bottom of the share icons to the thick, black line needs to be removed. (The light gray horizontal line and the empty space beneath it.)
Forum: Themes and Templates
In reply to: [Chunk] Help With A Few CCC Issues, PleaseOk – something is definitely not right with what I have – when I click “
leave comment” on posts, nothing happens and no comment window appears. This is becoming a pain.Is there anyway I can draw up an image of this site in photoshop, then post the pics and get the code I need for the end result? I can do this in two minutes in PS, but all this CSS code and trying to describe an issue across two page types has me baffled.
Forum: Themes and Templates
In reply to: [Chunk] Help With A Few CCC Issues, PleaseThat worked great!
One last thing and I’m done –
On pages, at the bottom – the little 1px horizontal line above the broad horizontal line – I want it and the space betwen the two lines gone. It’s where comments and navigation goes. I reduced it as much as possible with:/* remove beneath content */
.page .navigation, #comments {
display: none
}.hentry .main, .main, #comments, .navigation, #widgets, .widget-area .widget, #footer {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
}But I don’t think that is completely right because my posts are also affected with this. I tried isolating it by using just the .page .navigation #comments {display = none } thing, but it left even more space than what I currently have.
Forum: Themes and Templates
In reply to: [Chunk] Help With A Few CCC Issues, PleaseI cleared my cache and I’m seeing the same thing across two browsers. Perhaps my description was a little confusing.
Basically, I only wanted Pages affected by my changes, and not posts – but it appears that my attempt to change pages also changed posts.
In posts, I actually want the vertical line and the space to the left for the date and category info normally lives – I only wanted that blank space removed on pages because there was no info to be placed there – it just looked like a sidebar. The pseudo-sidebar is gone from the page with the changes I made, but it also removed it from the post’s. Have a look at https://uncrunched.com/ – I would like my posts to look like their home page, with the pseudo-sidebar remaining within the content width. As I see it, all the date and category info currently sit outside of this area.
Sorry for the confusion, but if you compare my post layout with https://uncrunched.com/ layout, it may give you a better idea of my issue. Thanks!
Forum: Themes and Templates
In reply to: [Chunk] Help With A Few CCC Issues, Pleasesorry about that
The page looks fine, except for the little navigation space at the bottom. I can even live with that if necessary – but the post page, the way all the info on the left hangs out beyond the 800px is killing me.
Thanks!
Where do we put this line of code?
Forum: Themes and Templates
In reply to: TwentyEleven – Change 'main' background colourOk – I’m new at this as well and would like to change the “whatever it’s called where the writing goes” background color – not the background color that the theme offers, but the other background color.
I tried looking for a suitable place in the style.css to post the above code, but I’m not familar enough about WHERE to post that. Do I just put it anywhere in there? If I’m not asking too much, could someone post instructions stating “PLACE THIS CODE between THIS and THIS? If I get this much info, I can handle the rest. Thanks!