DAZDOREY
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Spread out menuYES!!!!!
I finally figured that out.
Thank you for confirming that for me!Forum: Themes and Templates
In reply to: Reducing Space before FooterThanks for information….
still confused but will try & sort it out!Forum: Fixing WordPress
In reply to: Different Browers different looksI FIGURED it out…. by adding code line by line til Menu appeared.
THANK you Evan Herman for your guidance & direction!
So appreciated!Forum: Fixing WordPress
In reply to: Different Browers different looksDear Evan Herman,
On the right track….when I put this code into my child-theme….
/* =Menu
————————————————————– */#access {
background: #9a7529;
background: -moz-linear-gradient(top, #9a7529 0%, #0a0a0a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a7529), color-stop(100%,#0a0a0a));
background: -webkit-linear-gradient(top, #9a7529 0%,#0a0a0a 100%);
background: -o-linear-gradient(top, #9a7529 0%,#0a0a0a 100%);
background: -ms-linear-gradient(top, #9a7529 0%,#0a0a0a 100%);
background: linear-gradient(to bottom, #9a7529 0%,#0a0a0a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#9a7529′, endColorstr=’#0a0a0a’,GradientType=0 );
}
The website looks great on all 3 platforms…. Sarfari/Chrome/Firefox…
EXCEPT it is missing the Menu Bar….
so can you guide me where to go from here?????This was the previous one:
/* =Menu
————————————————————– */#access {
background: #222; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#9A7529, #0a0a0a);
background: -o-linear-gradient(#9A7529, #0a0a0a);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from (#9A7529, to (#9A7529)); /* older webkit syntax */
background: -webkit-linear-gradient(#9A7529, #000000);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
clear: both;
display: block;
float:left;
margin: 2auto 0px;
width: 100%;SORRY FOR THE LONG WINDED POST!
M
Forum: Fixing WordPress
In reply to: Different Browers different looksOh…. by the way the search box appears in Chrome & Firefox.
It should not be there.???????
Thx’s again!
Forum: Fixing WordPress
In reply to: Different Browers different looksWow…… incredible info…..
On my computer I have:
Google Chrome: Version 29.0.1547.57
Fire Fox: 13.0.1I placed the code you gave me into my child-theme… at the very bottom.
Am I correct in doing that????What do you see now?
Forum: Themes and Templates
In reply to: How to line up the sub pages in menuForum: Themes and Templates
In reply to: Controlling space between text and top of footerOkay… I am busted….
I don’t understand what the Firebug technique is.
I use Safari.
Can you give me a Firebug 101 lesson on what it is all about?Forum: Themes and Templates
In reply to: Controlling space between text and top of footerI would like the text to run along the top of the footer.
Forum: Themes and Templates
In reply to: Controlling space between text and top of footerYes, that worked. Thank you.
BUT…. how can I decrease it more? Is there a way thru css?Forum: Themes and Templates
In reply to: Controlling space between text and top of footerHello Andrew,
Yes…. I did that. Still no change.Forum: Themes and Templates
In reply to: AligningOMG!
Thank you both so very much.
What an incredible lesson I have just learned regarding modifying child themes.
WOW!Forum: Themes and Templates
In reply to: AligningTHANK YOU, THANK YOU….
I will try this…. slowly.Forum: Themes and Templates
In reply to: AligningPlease have patience with me….
See where I copied and placed this code – at the very bottom of the css (I made the with 900px) …. nothing has changed.
[Don’t post CSS here – it’s all visible on your site]
Forum: Themes and Templates
In reply to: AligningTrying different places…. but getting no result.