• RaeM

    (@raem)


    I am having a problem with spacing with one of my tabs. I am trying to change the title and the words for some reason is double spaced and will not fit in the space. My web address is http://www.vabbie.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Krishna

    (@1nexus)

    I am trying to change the title and the words

    Which? An example? Sorry, I could not find any.

    mbeasi

    (@mbeasi)

    I think they might mean the menu item “Expecting Moms,” which otherwise matches the issue reported. I couldn’t see anything obvious that would be making that happen (took a quick look at source & stylesheet) but I could easily be missing something.

    Thread Starter RaeM

    (@raem)

    Yes, I am talking about the Expecting Mom tab, for some reason the spacing is wrong.

    Krishna

    (@1nexus)

    The problem seems to be in the CSS below. 12px Helvetica font wont fit into the width you gave in the last line for showing Expecting Moms. Use a browser tool such as Firebug with Firefox.

    .menu_div ul li {
        background-color: #F9F9F9;
        border-right: 1px groove black;
        cursor: pointer;
        float: left;
        height: 30px;
        line-height: 15px;
        margin-top: 0;
        padding: 15px 0;
        text-decoration: none;
        width: 102px;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing a tab’ is closed to new replies.