pfarrelli
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change margins (embarassed to ask)Ok .. Please take a look now. Any help appreciated.
PS .. I was able to increase the margins a bit using Firebug on the following:
.singular #content, .left-sidebar.singular #content {
margin: 0 7.6%;
position: relative;
width: auto;
}But I am not positive if that is the best way to do it as it didn’t have a huge effect on it when I changed 7.6% to .6% or even 0.
Thanks.
Forum: Fixing WordPress
In reply to: Change margins (embarassed to ask)shoot …
I will open soon. gotta run to work .. thanks.Forum: Fixing WordPress
In reply to: custom menu: pop out distanceAhhh babahahaha.
Good one. Thanks.If anyone can help me out I’d appreciate it.
Meanwhile I will dig around.
Forum: Fixing WordPress
In reply to: custom menu: pop out distanceWOW!! I am rather shocked at such a response! I thought the idea here was to help each other out.
First, I do use Firebug. Second, I see MANY MANY questions that are answered without hesitation on this forum that are far more simple, like “How do I change the background image”.
Further, I am not asking a BASIC MARKUP or CSS QUESTION .. I asked “WHERE DO I MAKE THE CHANGE”. Not “HOW” .. or “TELL ME WHAT TO DO”. What may be “basic” to you may not be to others, I in fact have a decent amount of experience, and I can see how someone can find WP modifications quite difficult.
So, perhaps, and I am hoping, that I can get a response to my question from some helpful soul, rather than a blow-off, as I am sure this problem has come up in the past or will in the future.
Thanks so much. Any help is appreciated.
Forum: Fixing WordPress
In reply to: custom menu: pop out distanceHi,
I thought I would try this again being I received no response the last time. I changed the height of my menu bar by a few pixels and now the pop out menus have a gap. The gap causes the pop out to disappear before you can make a selection. Where do I need to make a change to have the pop up appear just a tad higher on the page?
Thanks.
Take a look at:
Forum: Fixing WordPress
In reply to: Want site to look the same on IE as it does on FirefoxInteresting you say that .. It made me curious and I looked at a web site I manage and here are the results of a web browser query that I find kind of interesting. Thanks all for your help.
MSIE 5,814 44 %
Msie 9.0 No 1,988 15 %
Msie 8.0 No 2,845 21.5 %
Msie 7.0 No 949 7.1 %
Msie 6.0 No 28 0.2 %
Msie 5.5 No 4 0 %
FIREFOX 1,911 14.4 %
Firefox 11.0 No 56 0.4 %
Firefox 10.0 No 381 2.8 %
Firefox 9.0.1 No 932 7 %
Firefox 8.0.1 No 59 0.4 %
Firefox 7.0.1 No 43 0.3 %
Firefox 6.0 No 56 0.4 %
Firefox 5.0.1 No 1 0 %
Firefox 3.6.26 No 115 0.8 %
Firefox 3.6.25 No 41 0.3 %
Firefox 3.6.24 No 54 0.4 %
Firefox 3.6.23 No 59 0.4 %
Firefox 3.6.13 No 56 0.4 %
Firefox 3.6 No 57 0.4 %
Firefox 3.0.1 No 1 0 %Forum: Fixing WordPress
In reply to: Want site to look the same on IE as it does on FirefoxForum: Fixing WordPress
In reply to: Twenty Eleven, Space above Header (AGAIN)!Ok, I figured it out but thought I would post what I did thanks to the help of A the Sweeper.
In style.css I found:
#page {
margin: 2em auto;
max-width: 1000px;
}When the margin property as seen above has two parameters after it, the first number (2em) represents the top and bottom margins, the second (auto)represents left and right.
So I simply put the following code in my child style.css file:
#page {
margin: 0px auto;
max-width: 1000px;
}It seems to have worked. I am hoping ti doesn’t cause some kind of problem as I continue to design teh page.
Thanks again AtS.
P
Forum: Fixing WordPress
In reply to: Twenty Eleven, Space above Header (AGAIN)!Can I put that in my child style.css?
Where is the code that currently defines the existing space?
Thanks a ton! Very fast response!
Forum: Fixing WordPress
In reply to: No header but border showsThanks . tried in IE and same thing. I already have Web Developer. Canot seem to track down where the isues is. You think FireBug is so much better ti might help me find the problem?
Forum: Fixing WordPress
In reply to: No header but border showsOk .. Gonna toss all out and reload all my changes eventually anyway. Thanks for the heads up.
Any idea about the problem?
Thanks.