ALS Blogger
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Header not flush with top, too low on pageOK. Thanks.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Header not flush with top, too low on pageAhh. I did. It seems to be rendering correctly in Firefox but not Chrome. Is that a Chrome thing or do you think there’s additional code I need to add for that browser? Are you viewing it in Chrome?
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Header not flush with top, too low on pageThanks @zulfikar. I changed the CSS in the child style.css as you suggested. It didn’t work. Still the same spacing above the header.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Header not flush with top, too low on pageI tried finding the CSS code. I couldn’t find it exactly. When I tried to just insert the code you suggested it didn’t work. Any suggestions? Maybe I did something wrong.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Center site content to full widthHi @ bjwarden. I am no expert either but from what I have learned about child folders you must duplicate the entire code of only the files you want to alter into the child folder file and make the necessary edits in that file.
The child css (or header.php, index.php, etc.) will override the original one but in order to be effective all the code plus your edits/additions must be in the child folder.
Any files you need not change/edit can remain in the original twentyfourteen theme folder.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Center site content to full widthHi @ danynek. Sorry. I unplugged for a bit. I copied the index.php file into the child folder and removed the following code:
<?php get_sidebar( ‘content’ ); ?>
and
get_sidebar();
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Too much space between Header and Main ContentThat fixed it. Thanks so much.
Forum: Themes and Templates
In reply to: Too much space between Header and Main ContentWill do.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Center site content to full widthIt worked. Thank you so much!