alexhazeldean
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Removing commentsThanks,
The site is growingtogethergardens.com/blogForum: Themes and Templates
In reply to: Editing style.css of my Twenty Eleven child theme isnt workingOk. Thanks again for the help.
I tried putting this code, which I found from a tutorial somewhere online, directly into my style.css file. I don’t know how to read code so I’m kind of working in the dark.
I pasted this into the style.css file of my child theme, with no other formatting at all. I literally just pasted it under the @import command for the style.css template:
.left-sidebar.singular #content { top: -4em; } and .left-sidebar #content { top: -4em; } and .one-column #content { top: -4em; }It didnt even change the look of the site at all. In fact all of the code everyone this thread has provided have made no visible difference at all to the layout of the site. Am I doing something wrong? Have I mised some syntax somwhere?
Thanks again.Forum: Themes and Templates
In reply to: Editing style.css of my Twenty Eleven child theme isnt workingI should probably reiterate that I have very little prior experience with coding.
Forum: Themes and Templates
In reply to: Editing style.css of my Twenty Eleven child theme isnt workingI added this so this is all that is included in my style.css:
/* Theme Name: TwentyElevenChildThemeAlex Description: Child theme I'm working on to decrease header size Template: twentyeleven */ @import url("../twentyeleven/style.css");} .singular.page .hentry { padding: 0; margin: 0; }Is this the proper format for the CSS code? It still isnt working.
Forum: Themes and Templates
In reply to: Editing style.css of my Twenty Eleven child theme isnt workingOk Amy Hendrix I tried adding that code to my child style.css and no change seems to have occurred to the site.
My style.css contains only this:/* Theme Name: TwentyElevenChildThemeAlex Description: Child theme I'm working on to decrease header size Template: twentyeleven */ @import url("../twentyeleven/style.css");} .hentry { padding: 0; margin: 0; }Where am I going wrong?
Andrew Nevins, I understand what you mean by SEO issues, but I dont understand where I should be putting the code you have quoted? Am i putting it in style.css or somewhere else?
ThanksForum: Themes and Templates
In reply to: Editing style.css of my Twenty Eleven child theme isnt workingWhen I meant header, I actually meant removing some of the white space around the title of the site.
Although I do also want to remove the page title which says “home” in big letters on the static home page.
Where would I find .hentry? Do I find it by editing the twenty eleven parent theme files?
Sorry, I’m just new to all this.Forum: Themes and Templates
In reply to: Editing style.css of my Twenty Eleven child theme isnt workingYes, I put this code into my style.css file to change the header size
.left-sidebar.singular #content { top: -4em; } and .left-sidebar #content { top: -4em; } and .one-column #content { top: -4em; }Forum: Themes and Templates
In reply to: Twenty eleven child theme not correctly importing child themeI did both those things and the child theme now works.
Thankyou very much!!