Forum Replies Created

Viewing 11 replies - 16 through 26 (of 26 total)
  • Thread Starter pfarrelli

    (@pfarrelli)

    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.

    Thread Starter pfarrelli

    (@pfarrelli)

    shoot …
    I will open soon. gotta run to work .. thanks.

    Thread Starter pfarrelli

    (@pfarrelli)

    Ahhh babahahaha.
    Good one. Thanks.

    If anyone can help me out I’d appreciate it.

    Meanwhile I will dig around.

    Thread Starter pfarrelli

    (@pfarrelli)

    WOW!! 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.

    Thread Starter pfarrelli

    (@pfarrelli)

    Hi,

    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:

    https://wp1.bookeeze.com

    Thread Starter pfarrelli

    (@pfarrelli)

    Interesting 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 %

    Thread Starter pfarrelli

    (@pfarrelli)

    As my wife would say (sometimes)…. DUH!

    https://wp1.bookeeze.com

    Thanks.

    Thread Starter pfarrelli

    (@pfarrelli)

    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

    Thread Starter pfarrelli

    (@pfarrelli)

    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!

    Thread Starter pfarrelli

    (@pfarrelli)

    Thanks . 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?

    Thread Starter pfarrelli

    (@pfarrelli)

    Ok .. Gonna toss all out and reload all my changes eventually anyway. Thanks for the heads up.

    Any idea about the problem?

    Thanks.

Viewing 11 replies - 16 through 26 (of 26 total)