adminforum87
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: adjusting menu sizeHi Esmi, It’s called ‘responsive’ and I found it when searching for themes via wordpress.
Forum: Fixing WordPress
In reply to: Snapping all content on page to window frame when resizingHi thanks for getting back. I already have the theme I would like to use really. Is there no CSS code that can help?
Forum: Fixing WordPress
In reply to: Please don't hate me.. Removing title from individual pagesI’m so stupid, sorry. It’s text! Thanks again.
Forum: Fixing WordPress
In reply to: Please don't hate me.. Removing title from individual pagesOh I forgot! For my youtube clips, what would be the ID for the text above them?
Forum: Fixing WordPress
In reply to: Please don't hate me.. Removing title from individual pagesOnce again alchymyth you’ve made my day, thanks!
Forum: Fixing WordPress
In reply to: Please don't hate me.. Removing title from individual pagesJust the titles that appear at the top of the ‘AP’ and ‘FP’ pages, above the youtube clips. So just some for now but it would be great if what works for those works for others if copied and amended too, just in case I change my mind. I want their names to remain in the menu bar obviously.
If by post you mean the small left aligned text above each YouTube clip as well, then hell yes! That would be fantastic. CSS or HTML to be honest but be aware that I’m in a relatively empty child theme so need to know which bit to nick from the parent.
Thanks!!
Forum: Fixing WordPress
In reply to: Please don't hate me.. Removing title from individual pagesForum: Fixing WordPress
In reply to: Removing padding on homepage via child themeSorry, it appears my computer didn’t refresh the second half of that post..
The height has now halved so I’m assuming a few little tweaks like you just mentioned should decrease it even more. Although it seems natural the way it looks now.
Thanks so much!!
Forum: Fixing WordPress
In reply to: Removing padding on homepage via child themeAH!!!! That would also explain why some other changes didn’t pop up before..
Great stuff, my left and right margins are completely wide open, thank you!
The vertical gap between slideshow and menu bar is still there however, should this work?
.page.singular #content{ height:100% ;margin: 0; }
Thanks so much for your help on this, I’m so close!
Forum: Fixing WordPress
In reply to: Removing padding on homepage via child themeOk great.
I just tried it and it hasn’t made an effect.. here’s the code I now have in my child style.css:
@import url(“../twentyeleven/style.css”);
.page.singular #content{ width:100% ;margin: 0; }
.page.singular .entry-header, .page.singular .entry-content, .page.singular footer.entry-meta, .page.singular #comments-title
{ width: 100%; }
.entry-content #leftsample { margin-left: auto; margin-right: auto; }body {
padding: 0 0;
}
#page {
margin: 0;
max-width: 2000px;
}Have I been an idiot and put it in the wrong place?
Forum: Fixing WordPress
In reply to: Removing padding on homepage via child themethanks so much for this, I’m going to start editing now and see if it works. can I ask, where it says page.singular, does this mean that this will only apply to the one page? What is the equivalent if I want these padding settings across all pages?
Forum: Fixing WordPress
In reply to: Removing padding on homepage via child themeOh clever! It may be worth changing my browser for that!
Well, I wasn’t activated. I was just making mods to my child and then previewing. So I made it live…
Now it’s changed the theme completely! When I preview it shows me what you can see from the screenshot. However now I’ve activated it it’s removed my banner, changed the picture and apparently wiped my background image too. I was under the assumption that child themes work from the parent and change anything mentioned in the child theme but aside of this, will keep everything the same as per the parent theme.
Do I have this wrong?
Forum: Fixing WordPress
In reply to: Removing padding on homepage via child themeHi guys, It appears the link worked anyway. It was just how it displayed on my computer…so it should be displayed above.
I wasn’t aware I couldn’t post this sort of question here. I got one answered the other day along the same lines and no one mentioned it.
Forum: Fixing WordPress
In reply to: Removing padding on homepage via child themeForum: Fixing WordPress
In reply to: Editor has no effect on layoutOh ok, I just wanted to check as another guy I spoke to said that because 2011 is the default theme it is not editable unless you create a child theme. I found a plug in for the banner adjustment anyway. It lets you adjust the height in pixels, very helpful. it’s called Twenty Eleven Theme Extensions for anyone who is interested.
My next problem is reducing the obscenely large padding between body and menu bar. That should take up the weekend 🙂