melanieberezan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: space between my top and header – only on homepageBRILLIANT!!!! Love it.
Thank you all VERY much. Now am going to go work on my errors.
Happy Easter.
Forum: Themes and Templates
In reply to: space between my top and header – only on homepageOkay. Thanks. I have been using the appearance editor in WordPress. No idea how to edit otherwise.
I have printed the home page validation. How do I correct it? Where do I go? Do I go to my browser/ View/ page /and then “save as” after I have corrected? If so, what do I save as?
If there is documentation somewhere, obviously if you point me at it I will read it… I have searched the codex but can’t find how you go about doing that.
Thanks.
Forum: Themes and Templates
In reply to: space between my top and header – only on homepageOh, sorry! Won’t do that again – didn’t realize that was rude, just am so darn frustrated.
I tried what you said (did try that myself as well) and couldn’t see a difference in the stylesheet.
I just used XRAY on my two pages. I can SEE the difference, but I still can’t fix it. Any thoughts?
On the home page:
my top reads: 77px (86px) – where do the brackets come from and why is that number so different?On the Meet the Girls page:
my top reads: 77px (76px)- – so there is a 10px diff. in bracketsSo somehow, whatever is in the brackets seems to be the discrepancy.
BUT in my stylesheet.css, they both read 77px and I can’t find where that 10px difference is coming from. What are those brackets?I am thinking I must have done something somewhere else that is affecting it?
Thank you for replying even though I was rude. Won’t do it again!
Forum: Themes and Templates
In reply to: space between my top and header – only on homepageCan anyone provide assistance on this?
Thank you very much!
Forum: Themes and Templates
In reply to: Inadequate Sidebar SpacingYou’re awesome, that worked great. Thanks!
Forum: Themes and Templates
In reply to: Words running over from Sidebar into postSorry, am quite the newbie…I think you mean this section (below). What exactly do I do and where? (thanks for your patience!)
/* Begin Sidebars */
div.sides {
float: left;
overflow: hidden;
width: 190px;
padding-top: 20px;}
div#sidebar {
margin: 0 0 0 -100%;
padding-top: 20px;
padding-left: 10px;
}
* html div#sidebar {
left: 20px;
position: relative;
}
div#sidebar2 {
margin: 0px 0 0 -190px;
padding-top: 20px;
}/* End Sidebar */
Forum: Themes and Templates
In reply to: Inadequate Sidebar SpacingFor the most part it worked itself out…still not sure how. But the one thing I can’t seem to find is how to make the “home” link on the left sidebar match the size of the rest of the text on the sidebar?
And also to make it pink? I do have the hex code, just not sure where/how to put it in.
Thanks once again.
melanieForum: Themes and Templates
In reply to: Inadequate Sidebar SpacingOkay, I was able to make it all smaller in the stylesheet, but there is still a weird discrepancy between the size of the text in my left sidebar and my right sidebar…
Forum: Themes and Templates
In reply to: Inadequate Sidebar SpacingOr, did I do something wrong earlier in my stylesheet.css but it just didn’t show up until I fixed the right sidebar?
Forum: Themes and Templates
In reply to: Inadequate Sidebar SpacingThat worked great, the spacing is fixed.
BUT I must have done something unintentional, because I have somehow impacted my right sidebar and my LEFT sidebar somehow now with really big spaced out text.My font size went very large.
Not sure what I’ve done? Tried to follow instructions but have obviously messed up somewhere!
Thanks so much
Forum: Fixing WordPress
In reply to: Adding Link To Main PageThat worked great for me as well (thank you that was a lifesave!) but now the size of the “home” text on my sidebar doesn’t match the size of the other text on the sidebar.
Could you please tell me where in the style.css file I can find that so I can change the text size?
Thank you so much.