Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jmedanielle

    (@jmedanielle)

    Thank you for the reply! I took your advice and changed the line height in the theme’s options. That did fix the overlapping, but not the word wrapping. NEW YORK TELEPROMPTER should all fit on one line, but it does not. Any suggestions?

    Thread Starter jmedanielle

    (@jmedanielle)

    I figured it out and decided to share in case anyone else has this issue:

    In the following code in the style sheet where “top” is 35, was 40 when it was causing the menu to disappear. It was floating too far below the menu. I changed mine a lot to adjust the menu size, so 35 may not work for you, but that’s the figure to play with.

    /* Dropdown */
    #access ul li ul, #access ul li:hover ul li ul {
    	display:none;
    	z-index: 9999hu;
    }
    #access ul li:hover ul, #access ul li ul li:hover ul {
    	display:block;
    }
    #access ul li ul {
    	border-top: 5px solid #e4a1a1;
    	position:absolute;
    	background-color: #fff;
    	top:35px;
    	left:0px;
    	width:175px;
    Thread Starter jmedanielle

    (@jmedanielle)

    I got this email a few minutes ago:

    Dear Registration Private,

    The modifications you requested for the domain CHILDHOODDREAMS.TV have FAILED.

    Error: Required parameter missing

    Thread Starter jmedanielle

    (@jmedanielle)

    Thank you,

    That might be the problem. About 2 hours ago I went through the steps of makeing type A and type NS records in my domain’s DNS settings.

    I went into the server settings to change the nameserver and it’s set to NS75.DOMAINCONTROL.COM and NS76.DOMAINCONTROL.COM. When I change them to ns1.childhooddreams.tv and ns2.childhooddreams.tv, it just seems to change them right back….

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