adminforum87
-
Vertical alignment within a table
There's maybe better people out there at WP but none quite as good at hitting the nail directly on the head! Thanks, that's done it. I will certainly be looking into wrapping divs for round 2 of website updates but for now I just need this…
-
Vertical alignment within a table
That would make sense yes. I've just noticed that it has changed the homepage items within the table as well. do you know how I would say, change table in page #x rather than the whole div? At the moment it reads .entry-content td, .comment-co…
-
Vertical alignment within a table
I'm used to dabble in a bit of C++ so I'm thinking along those lines... How do I 'declare' this table to have the class of entry-content? Obviously it has been done but by word press for me! Thanks for your help!
-
Vertical alignment within a table
Ah great thanks, that's done it. Could you tell me, does that apply to every table in the site? If not, what section of the code 'directs' it to this particular table?
-
Vertical alignment within a table
It won't let me post it. Any chance you can check the source code for that page?
-
Vertical alignment within a table
Hey Hugo thanks for getting back. I've tried that yes, seems logical but I haven't got it to work. Here is the code for the first row of my table. See anything wrong with it that would mean all columns of that row wouldn't align? MO…
-
Removing padding on homepage via child theme
I just solved this problem! Argh, it took the best part of a day but it's done. I pasted this at the beginning of the style sheet if anyone is interested. .page.singular .hentry { padding-top: 0; } .page.singular #content{ width:100% ;margin: …
-
Removing padding on homepage via child theme
Haha! Ok I'll do that now, any insight you can give is appreciated.
-
Removing padding on homepage via child theme
Yes, when I reactivate Twenty Eleven the layout returns to normal. Do I need to copy and paste all relevant code from the parent to the child then? What would you suggest with the @import?
-
Removing padding on homepage via child theme
There is, that's for certain! I just don't know what...
-
Removing padding on homepage via child theme
Thanks! Here's a link... http://dnaproductionsuk.com/ I wasn't actually activated. I was editing the child theme code and previewing before I activated it, taking the place of Twenty Eleven. Now it's changed the whole layout! WHat …